blob: 0864e5cd064231686657ec70a363c329efe458ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
module github.com/pablotron/cvez
go 1.18
require (
github.com/mattn/go-sqlite3 v1.14.11 // indirect
golang.org/x/mod v0.5.1 // indirect
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
golang.org/x/tools v0.1.9 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)
|