22032025-1
This commit is contained in:
parent
8e690668a4
commit
17352c58b0
3 changed files with 4 additions and 2 deletions
2
go.mod
2
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
|
||||
|
|
|
|||
4
main.go
4
main.go
|
|
@ -65,3 +65,7 @@ func main() {
|
|||
helper.StartTestHTTPServer(3001, "albert")
|
||||
})
|
||||
}
|
||||
|
||||
func db() {
|
||||
|
||||
}
|
||||
|
|
|
|||
BIN
tmp/main
BIN
tmp/main
Binary file not shown.
Loading…
Reference in a new issue