aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJulien Dessaux2021-09-29 17:57:45 +0200
committerJulien Dessaux2021-09-29 17:57:45 +0200
commit68e1d1bfe481f009e15e243c81ec1675e6f39a66 (patch)
treee13c6ccb1910c7764cda3fa8b4c2e62efc9d7b5b /go.mod
parentUpdated static build instructions (diff)
downloadtrains-68e1d1bfe481f009e15e243c81ec1675e6f39a66.tar.gz
trains-68e1d1bfe481f009e15e243c81ec1675e6f39a66.tar.bz2
trains-68e1d1bfe481f009e15e243c81ec1675e6f39a66.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 14cae33..7cf5552 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-20210915214749-c084706c2272
+ golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)