aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 7cf5552b6768d304395e2d234362a5279c2e9cfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module git.adyxax.org/adyxax/trains

go 1.17

require (
	github.com/DATA-DOG/go-sqlmock v1.5.0
	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.8
	github.com/stretchr/testify v1.7.0
	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
)

require github.com/pmezard/go-difflib v1.0.0 // indirect