-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (24 loc) · 977 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
module github.com/alansory/gobank
go 1.16
require (
github.com/aead/chacha20poly1305 v0.0.0-20201124145622-1a5aba2a8b29 // indirect
github.com/bytedance/sonic v1.10.0-rc2 // indirect
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/gin-gonic/gin v1.9.1 // indirect
github.com/go-playground/validator/v10 v10.14.1 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/mux v1.8.0
github.com/jackc/pgx/v5 v5.4.2
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
github.com/lib/pq v1.10.9
github.com/o1egl/paseto v1.0.0 // indirect
github.com/pelletier/go-toml/v2 v2.0.9 // indirect
github.com/spf13/viper v1.16.0
github.com/stretchr/testify v1.8.4
golang.org/x/arch v0.4.0 // indirect
golang.org/x/crypto v0.11.0
golang.org/x/net v0.12.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)