aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJulien Dessaux2021-05-04 11:59:13 +0200
committerJulien Dessaux2021-05-04 12:03:18 +0200
commitdc4fea013c5f89054ae348cab2935eebe28a4712 (patch)
treebf3455ab4e3953489495c5621a40c108d4dba5e3 /go.mod
parentUpdated dependencies (diff)
downloadtrains-dc4fea013c5f89054ae348cab2935eebe28a4712.tar.gz
trains-dc4fea013c5f89054ae348cab2935eebe28a4712.tar.bz2
trains-dc4fea013c5f89054ae348cab2935eebe28a4712.zip
Cleaned the navitia - webui calls
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 f96c883..04a484f 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.7
github.com/stretchr/testify v1.7.0
- golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b
+ golang.org/x/crypto v0.0.0-20210503195802-e9a32991a82e
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)