Compare commits

...

2 commits

Author SHA1 Message Date
nikurasu 28594fc532
fix(gitignore): remove pb_data 2024-03-08 18:25:20 +01:00
nikurasu ec539acfff
feat(gitignore): add pb_data 2024-03-08 18:23:40 +01:00
4 changed files with 6 additions and 3 deletions

3
.gitignore vendored
View file

@ -1 +1,2 @@
.env
.env
pb_data

View file

@ -2,7 +2,10 @@ module ulmer-furs.de/uf-bob/v2
go 1.22.0
require github.com/pocketbase/pocketbase v0.22.3
require (
github.com/pocketbase/pocketbase v0.22.3
github.com/spf13/viper v1.18.2
)
require (
github.com/AlecAivazis/survey/v2 v2.3.7 // indirect
@ -65,7 +68,6 @@ require (
github.com/spf13/cast v1.6.0 // indirect
github.com/spf13/cobra v1.8.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.18.2 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect

Binary file not shown.

Binary file not shown.