Skip to content

Commit

Permalink
调整:减少第三方组件依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
steden committed Dec 24, 2023
1 parent 6f5eb5f commit 0b74783
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module github.com/farseer-go/webapi
go 1.19

require (
github.com/farseer-go/cacheMemory v0.10.0
github.com/farseer-go/collections v0.10.0
github.com/farseer-go/fs v0.10.0
github.com/go-playground/locales v0.14.1
Expand All @@ -14,24 +13,14 @@ require (
)

require (
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/farseer-go/cache v0.10.0 // indirect
github.com/farseer-go/mapper v0.10.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
github.com/klauspost/compress v1.17.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
github.com/timandy/routine v1.1.2 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
golang.org/x/text v0.8.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit 0b74783

Please sign in to comment.