Skip to content

Commit

Permalink
修改rangine-go版本
Browse files Browse the repository at this point in the history
  • Loading branch information
titrxw committed Apr 14, 2023
1 parent 52fb0e6 commit b13c965
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,14 @@ require (
github.com/gin-gonic/gin v1.8.2
github.com/gookit/color v1.5.3
github.com/spf13/cobra v1.6.1
github.com/we7coreteam/w7-rangine-go v1.0.1
github.com/we7coreteam/w7-rangine-go v1.0.2
)

require (
github.com/alexedwards/scs/v2 v2.5.0 // indirect
github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/cosmtrek/air v1.42.0 // indirect
github.com/creack/pty v1.1.18 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/fatih/color v1.14.1 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-playground/locales v0.14.1 // indirect
Expand All @@ -26,21 +23,18 @@ require (
github.com/goccy/go-json v0.9.11 // indirect
github.com/golobby/container/v3 v3.0.2 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/imdario/mergo v0.3.13 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/jedib0t/go-pretty/v6 v6.4.4 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/redis/go-redis/v9 v9.0.2 // indirect
Expand Down

0 comments on commit b13c965

Please sign in to comment.