-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (26 loc) · 915 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module go-microservice
go 1.16
require (
github.com/bytedance/sonic v1.9.1 // indirect
github.com/gin-gonic/gin v1.9.0
github.com/go-kit/kit v0.12.0
github.com/go-kit/log v0.2.1
github.com/go-playground/validator/v10 v10.14.0 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/hashicorp/consul/api v1.20.0
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
github.com/prometheus/client_golang v1.15.0
github.com/spf13/cobra v1.7.0
github.com/spf13/viper v1.10.0
github.com/spiffe/go-spiffe/v2 v2.1.6
github.com/ugorji/go/codec v1.2.11 // indirect
golang.org/x/arch v0.3.0 // indirect
golang.org/x/crypto v0.9.0 // indirect
google.golang.org/grpc v1.54.0
google.golang.org/protobuf v1.30.0
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.21.12
)