Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 4 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ module github.com/wxb/goLab
go 1.13

require (
github.com/cosmtrek/air v1.12.1 // indirect
github.com/easierway/concurrent_map v0.0.0-20190103024436-7073b0dd7e95
github.com/fatih/color v1.9.0 // indirect
github.com/fvbock/endless v0.0.0-20170109170031-447134032cb6
github.com/gin-contrib/multitemplate v0.0.0-20191128031210-95dee0dedf35
github.com/gin-gonic/autotls v0.0.0-20191129055149-ffaac874b99f
Expand All @@ -15,31 +13,26 @@ require (
github.com/google/wire v0.3.0
github.com/graphql-go/graphql v0.7.9
github.com/graphql-go/handler v0.2.3
github.com/howeyc/fsnotify v0.9.0 // indirect
github.com/imdario/mergo v0.3.9 // indirect
github.com/jessevdk/go-assets v0.0.0-20160921144138-4f4301a06e15
github.com/jessevdk/go-assets-builder v0.0.0-20130903091706-b8483521738f // indirect
github.com/jessevdk/go-flags v1.4.0 // indirect
github.com/jinzhu/gorm v1.9.11
github.com/kr/pretty v0.3.0 // indirect
github.com/mailru/easyjson v0.7.0
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mitchellh/mapstructure v1.1.2
github.com/orcaman/concurrent-map v0.0.0-20190826125027-8c72a8bb44f6
github.com/pilu/config v0.0.0-20131214182432-3eb99e6c0b9a // indirect
github.com/pilu/fresh v0.0.0-20190826141211-0fa698148017 // indirect
github.com/pkg/errors v0.8.1
github.com/signintech/gopdf v0.9.2
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337
github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271
github.com/stretchr/testify v1.4.0
github.com/tidwall/gjson v1.6.0
github.com/tidwall/gjson v1.9.3
github.com/uniplaces/carbon v0.1.6
golang.org/dl v0.0.0-20211104154756-faba44267af3 // indirect
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c
golang.org/x/net v0.0.0-20190923162816-aa69164e4478 // indirect
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/genproto v0.0.0-20190916214212-f660b8655731 // indirect
google.golang.org/grpc v1.23.1
gopkg.in/yaml.v2 v2.2.4 // indirect
)
Loading