blob: ea3ca36066ffacac482d696666dc2a5bf2844584 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
module github.com/lufeee/execinquery
go 1.17
require (
github.com/gostaticanalysis/testutil v0.4.0
golang.org/x/tools v0.1.9
)
require (
github.com/hashicorp/go-version v1.2.1 // indirect
github.com/otiai10/copy v1.2.0 // indirect
github.com/tenntenn/modver v1.0.1 // indirect
github.com/tenntenn/text/transform v0.0.0-20200319021203-7eef512accb3 // indirect
golang.org/x/mod v0.5.1 // indirect
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)
|