Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
golab/go.mod
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
32 lines (29 sloc)
1.18 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module github.com/javahongxi/golab | |
go 1.18 | |
require ( | |
github.com/gin-gonic/gin v1.7.0 | |
go.uber.org/zap v1.16.0 | |
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b | |
golang.org/x/text v0.3.4 | |
gopkg.in/olivere/elastic.v5 v5.0.86 | |
) | |
require ( | |
github.com/gin-contrib/sse v0.1.0 // indirect | |
github.com/go-playground/locales v0.13.0 // indirect | |
github.com/go-playground/universal-translator v0.17.0 // indirect | |
github.com/go-playground/validator/v10 v10.4.1 // indirect | |
github.com/golang/protobuf v1.3.3 // indirect | |
github.com/json-iterator/go v1.1.9 // indirect | |
github.com/leodido/go-urn v1.2.0 // indirect | |
github.com/mailru/easyjson v0.7.1 // indirect | |
github.com/mattn/go-isatty v0.0.12 // indirect | |
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect | |
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect | |
github.com/pkg/errors v0.9.1 // indirect | |
github.com/ugorji/go/codec v1.1.7 // indirect | |
go.uber.org/atomic v1.6.0 // indirect | |
go.uber.org/multierr v1.5.0 // indirect | |
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect | |
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f // indirect | |
gopkg.in/yaml.v2 v2.2.8 // indirect | |
) |