diff --git a/go.mod b/go.mod index eae15eb..4766120 100644 --- a/go.mod +++ b/go.mod @@ -3,15 +3,13 @@ module github.com/gogather/com go 1.18 require ( - github.com/pilu/miniassert v0.0.0-20140522125902-bee63581261a github.com/smartystreets/goconvey v1.8.1 github.com/toolkits/file v0.0.0-20160325033739-a5b3c5147e07 - golang.org/x/net v0.24.0 + golang.org/x/net v0.38.0 ) require ( github.com/gopherjs/gopherjs v1.17.2 // indirect github.com/jtolds/gls v4.20.0+incompatible // indirect github.com/smarty/assertions v1.15.0 // indirect - github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect )