aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJulien Dessaux2021-07-25 00:26:20 +0200
committerJulien Dessaux2021-07-25 00:26:20 +0200
commit3c012a919563fac2d55fb99740c35626f38a2857 (patch)
tree9d3c2ef165c9c6307ce8d243dd7d04cb5735d69c /go.mod
parentAdded some more tests (diff)
downloadtrains-3c012a919563fac2d55fb99740c35626f38a2857.tar.gz
trains-3c012a919563fac2d55fb99740c35626f38a2857.tar.bz2
trains-3c012a919563fac2d55fb99740c35626f38a2857.zip
Updated dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 3315d43..168db4a 100644
--- a/go.mod
+++ b/go.mod
@@ -5,11 +5,11 @@ go 1.16
require (
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/davecgh/go-spew v1.1.1 // indirect
- github.com/google/uuid v1.2.0
+ github.com/google/uuid v1.3.0
github.com/kr/pretty v0.2.1 // indirect
- github.com/mattn/go-sqlite3 v1.14.7
+ github.com/mattn/go-sqlite3 v1.14.8
github.com/stretchr/testify v1.7.0
- golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
+ golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)