-
Notifications
You must be signed in to change notification settings - Fork 135
/
Copy pathgo.mod
21 lines (19 loc) · 750 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/lorenzodonini/ocpp-go
go 1.16
require (
github.com/Shopify/toxiproxy v2.1.4+incompatible
github.com/caarlos0/env/v11 v11.3.1
github.com/go-playground/locales v0.12.1 // indirect
github.com/go-playground/universal-translator v0.16.0
github.com/gorilla/mux v1.8.1
github.com/gorilla/websocket v1.5.3
github.com/kr/pretty v0.1.0 // indirect
github.com/leodido/go-urn v1.1.0 // indirect
github.com/relvacode/iso8601 v1.6.0
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.8.0
golang.org/x/sys v0.0.0-20220804214406-8e32c043e418 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.30.0
)