-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
22 lines (20 loc) · 790 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
module github.com/jheimbach/nfc-cash-system
go 1.13
require (
github.com/JHeimbach/nfc-cash-system/server v0.0.0-20200128105927-bc1b5b894626
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/docker/go-connections v0.4.0
github.com/fuzxxl/nfc v0.0.0-20190417091618-0367c7e548d9
github.com/go-sql-driver/mysql v1.5.0
github.com/golang-migrate/migrate/v4 v4.8.0
github.com/golang/protobuf v1.3.2
github.com/google/go-cmp v0.4.0
github.com/grpc-ecosystem/grpc-gateway v1.12.2
github.com/matryer/is v1.2.0
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.6.2
github.com/testcontainers/testcontainers-go v0.0.10
golang.org/x/crypto v0.0.0-20200128174031-69ecbb4d6d5d
google.golang.org/genproto v0.0.0-20200128133413-58ce757ed39b
google.golang.org/grpc v1.27.0
)