Skip to content

Commit

Permalink
Merge pull request #3 from DragonFlyBSD/feat-upgrade-vendor-versions
Browse files Browse the repository at this point in the history
go: Update deps
  • Loading branch information
liweitianux authored Mar 31, 2023
2 parents c37eb99 + 81f94d8 commit d92094f
Show file tree
Hide file tree
Showing 2 changed files with 1,181 additions and 107 deletions.
19 changes: 15 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,19 @@ module github.com/DragonFlyBSD/mirrorselect
go 1.15

require (
github.com/gin-gonic/gin v1.6.3
github.com/jlaffaye/ftp v0.0.0-20201112195030-9aae4d151126
github.com/oschwald/maxminddb-golang v1.8.0
github.com/spf13/viper v1.7.1
github.com/bytedance/sonic v1.8.6 // indirect
github.com/gin-gonic/gin v1.9.0
github.com/go-playground/validator/v10 v10.12.0 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/jlaffaye/ftp v0.1.0
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/oschwald/maxminddb-golang v1.10.0
github.com/pelletier/go-toml/v2 v2.0.7 // indirect
github.com/spf13/afero v1.9.5 // indirect
github.com/spf13/viper v1.15.0
github.com/ugorji/go/codec v1.2.11 // indirect
golang.org/x/arch v0.3.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
)
Loading

0 comments on commit d92094f

Please sign in to comment.