aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJulien Dessaux2022-01-21 22:15:10 +0100
committerJulien Dessaux2022-01-21 22:15:10 +0100
commite4c5428d96aa6884f3710455c0566cebc176c1c5 (patch)
treea3f7241f2b750310383e30cf3c56236ea91d7462 /go.mod
parentUpdated dependencies (diff)
downloadtrains-e4c5428d96aa6884f3710455c0566cebc176c1c5.tar.gz
trains-e4c5428d96aa6884f3710455c0566cebc176c1c5.tar.bz2
trains-e4c5428d96aa6884f3710455c0566cebc176c1c5.zip
Updated dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index a431cbe..a498ad2 100644
--- a/go.mod
+++ b/go.mod
@@ -7,9 +7,9 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/uuid v1.3.0
github.com/kr/pretty v0.2.1 // indirect
- github.com/mattn/go-sqlite3 v1.14.9
+ github.com/mattn/go-sqlite3 v1.14.10
github.com/stretchr/testify v1.7.0
- golang.org/x/crypto v0.0.0-20211202192323-5770296d904e
+ golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)