58 lines
2.4 KiB
Modula-2
58 lines
2.4 KiB
Modula-2
module myschools.me/suguo/snippet
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/gin-gonic/gin v1.7.4
|
|
github.com/gomodule/redigo v1.8.5
|
|
github.com/hashicorp/consul/api v1.10.1
|
|
google.golang.org/grpc v1.40.0
|
|
gorm.io/driver/mysql v1.1.2
|
|
gorm.io/driver/sqlite v1.1.4
|
|
gorm.io/gorm v1.21.15
|
|
gorm.io/plugin/dbresolver v1.1.0
|
|
myschools.me/wodeschool/ws-base v1.0.7
|
|
)
|
|
|
|
require (
|
|
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da // indirect
|
|
github.com/fatih/color v1.9.0 // indirect
|
|
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/go-sql-driver/mysql v1.6.0 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.6.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
|
|
github.com/hashicorp/go-hclog v0.12.0 // indirect
|
|
github.com/hashicorp/go-immutable-radix v1.0.0 // indirect
|
|
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.1 // indirect
|
|
github.com/hashicorp/serf v0.9.5 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.2 // indirect
|
|
github.com/json-iterator/go v1.1.11 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/leodido/go-urn v1.2.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.6 // indirect
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.5 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.4.1 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
github.com/ugorji/go/codec v1.1.13 // indirect
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
|
|
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
|
|
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20210903162649-d08c68adba83 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|