Commit df189bb 1 parent 44536a1 commit df189bb Copy full SHA for df189bb
File tree 3 files changed +15
-381
lines changed
3 files changed +15
-381
lines changed Original file line number Diff line number Diff line change
1
+ builds :
2
+ - main : main.go
3
+ binary : sqloth
4
+ goos :
5
+ - windows
6
+ - darwin
7
+ - linux
8
+ goarch :
9
+ - amd64
10
+ - arm64
Original file line number Diff line number Diff line change 1
1
module github.com/canalun/sqloth
2
2
3
- go 1.17
3
+ go 1.18
4
4
5
5
require (
6
6
github.com/golang/mock v1.6.0
@@ -25,7 +25,7 @@ require (
25
25
github.com/subosito/gotenv v1.3.0 // indirect
26
26
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
27
27
golang.org/x/text v0.3.7 // indirect
28
- gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
28
+ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
29
29
gopkg.in/ini.v1 v1.66.4 // indirect
30
30
gopkg.in/yaml.v2 v2.4.0 // indirect
31
31
gopkg.in/yaml.v3 v3.0.0 // indirect
You can’t perform that action at this time.
0 commit comments