diff --git a/go.mod b/go.mod index 6079db6..1705f95 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,6 @@ require ( require ( github.com/fsnotify/fsnotify v1.7.0 // indirect github.com/go-jose/go-jose/v4 v4.0.5 // indirect - github.com/google/go-cmp v0.6.0 // indirect github.com/hashicorp/hcl v1.0.0 // indirect github.com/magiconair/properties v1.8.7 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect @@ -23,7 +22,6 @@ require ( github.com/spf13/afero v1.11.0 // indirect github.com/spf13/cast v1.6.0 // indirect github.com/spf13/pflag v1.0.5 // indirect - github.com/stretchr/testify v1.10.0 // indirect github.com/subosito/gotenv v1.6.0 // indirect go.uber.org/atomic v1.9.0 // indirect go.uber.org/multierr v1.9.0 // indirect diff --git a/main.go b/main.go index 097f569..aa0347d 100644 --- a/main.go +++ b/main.go @@ -65,3 +65,7 @@ func main() { helper.StartTestHTTPServer(3001, "albert") }) } + +func db() { + +} diff --git a/tmp/main b/tmp/main index 629bff9..f1d56ff 100755 Binary files a/tmp/main and b/tmp/main differ