aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJulien Dessaux2021-09-17 10:32:27 +0200
committerJulien Dessaux2021-09-17 10:32:27 +0200
commit155272947c2e379692b07e3ca3902119ffcc897a (patch)
tree6a42126a8563a19624a946f13e929458e5287664 /go.mod
parentRewrote navitia_api_client tests for consistency (diff)
downloadtrains-155272947c2e379692b07e3ca3902119ffcc897a.tar.gz
trains-155272947c2e379692b07e3ca3902119ffcc897a.tar.bz2
trains-155272947c2e379692b07e3ca3902119ffcc897a.zip
Updated dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 1234cf2..14cae33 100644
--- a/go.mod
+++ b/go.mod
@@ -9,7 +9,7 @@ require (
github.com/kr/pretty v0.2.1 // indirect
github.com/mattn/go-sqlite3 v1.14.8
github.com/stretchr/testify v1.7.0
- golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
+ golang.org/x/crypto v0.0.0-20210915214749-c084706c2272
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)