diff --git a/go.mod b/go.mod index aa3903373..8dfb10122 100644 --- a/go.mod +++ b/go.mod @@ -26,7 +26,6 @@ require ( github.com/swaggo/swag v1.16.3 github.com/yourselfhosted/gomark v0.0.0-20240228170507-6a73bfad2eb6 golang.org/x/crypto v0.19.0 - golang.org/x/exp v0.0.0-20240213143201-ec583247a57a golang.org/x/mod v0.15.0 golang.org/x/net v0.21.0 golang.org/x/oauth2 v0.17.0 @@ -55,6 +54,7 @@ require ( github.com/sagikazarmark/slog-shim v0.1.0 // indirect github.com/sourcegraph/conc v0.3.0 // indirect github.com/stoewer/go-strcase v1.3.0 // indirect + golang.org/x/exp v0.0.0-20240213143201-ec583247a57a // indirect golang.org/x/image v0.15.0 // indirect golang.org/x/tools v0.18.0 // indirect google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect