Skip to content

Commit 44bf370

Browse files
committed
organize go.mod with separated direct and indirect dependencies
1 parent f6e627e commit 44bf370

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,27 @@ require (
1717
github.com/gorilla/handlers v1.5.1
1818
github.com/gorilla/mux v1.8.0
1919
github.com/gorilla/sessions v1.2.1
20+
github.com/joho/godotenv v1.4.0
2021
github.com/monoculum/formam v3.5.5+incompatible
2122
github.com/sirupsen/logrus v1.9.0
2223
github.com/spf13/cobra v1.6.1
2324
github.com/stretchr/testify v1.9.0
2425
golang.org/x/text v0.25.0
2526
)
2627

27-
require github.com/gobuffalo/envy v1.10.2 // indirect
28-
2928
require (
3029
github.com/aymerick/douceur v0.2.0 // indirect
3130
github.com/davecgh/go-spew v1.1.1 // indirect
3231
github.com/fatih/color v1.13.0 // indirect
3332
github.com/fatih/structs v1.1.0 // indirect
3433
github.com/felixge/httpsnoop v1.0.1 // indirect
3534
github.com/fsnotify/fsnotify v1.6.0 // indirect
35+
github.com/gobuffalo/envy v1.10.2 // indirect
3636
github.com/gobuffalo/validate/v3 v3.3.3 // indirect
3737
github.com/gofrs/uuid v4.2.0+incompatible // indirect
3838
github.com/gorilla/css v1.0.0 // indirect
3939
github.com/gorilla/securecookie v1.1.1 // indirect
4040
github.com/inconshreveable/mousetrap v1.0.1 // indirect
41-
github.com/joho/godotenv v1.4.0
4241
github.com/mattn/go-colorable v0.1.9 // indirect
4342
github.com/mattn/go-isatty v0.0.14 // indirect
4443
github.com/microcosm-cc/bluemonday v1.0.20 // indirect

0 commit comments

Comments
 (0)