|
1 | 1 | module github.com/cgi-fr/lino |
2 | 2 |
|
3 | | -go 1.13 |
| 3 | +go 1.17 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/Trendyol/overlog v0.1.0 |
7 | | - github.com/awalterschulze/gographviz v0.0.0-20190522210029-fa59802746ab |
8 | | - github.com/docker/docker-credential-helpers v0.6.3 |
9 | | - github.com/go-sql-driver/mysql v1.5.0 // indirect |
10 | | - github.com/godror/godror v0.20.8 |
11 | | - github.com/gorilla/mux v1.7.4 |
| 7 | + github.com/awalterschulze/gographviz v2.0.3+incompatible |
| 8 | + github.com/docker/docker-credential-helpers v0.6.4 |
| 9 | + github.com/godror/godror v0.27.1 |
| 10 | + github.com/gorilla/mux v1.8.0 |
12 | 11 | github.com/ibmdb/go_ibm_db v0.4.1 |
13 | | - github.com/jmoiron/sqlx v1.2.0 |
14 | | - github.com/kr/pretty v0.1.0 // indirect |
15 | | - github.com/lib/pq v1.3.0 |
16 | | - github.com/mattn/go-isatty v0.0.13 |
17 | | - github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect |
| 12 | + github.com/jmoiron/sqlx v1.3.4 |
| 13 | + github.com/lib/pq v1.10.3 |
| 14 | + github.com/mattn/go-isatty v0.0.14 |
18 | 15 | github.com/mitchellh/go-homedir v1.1.0 |
19 | | - github.com/rs/zerolog v1.21.0 |
20 | | - github.com/spf13/cobra v0.0.5 |
21 | | - github.com/stretchr/objx v0.1.1 // indirect |
22 | | - github.com/stretchr/testify v1.5.1 |
23 | | - github.com/xo/dburl v0.0.0-20200124232849-e9ec94f52bc3 |
24 | | - golang.org/x/term v0.0.0-20210503060354-a79de5458b56 |
25 | | - gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect |
26 | | - gopkg.in/yaml.v2 v2.2.4 // indirect |
27 | | - gopkg.in/yaml.v3 v3.0.0-20191010095647-fc94e3f71652 |
| 16 | + github.com/rs/zerolog v1.25.0 |
| 17 | + github.com/spf13/cobra v1.2.1 |
| 18 | + github.com/stretchr/testify v1.7.0 |
| 19 | + github.com/xo/dburl v0.9.0 |
| 20 | + golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 |
| 21 | + gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b |
| 22 | +) |
| 23 | + |
| 24 | +require ( |
| 25 | + github.com/davecgh/go-spew v1.1.1 // indirect |
| 26 | + github.com/go-logfmt/logfmt v0.5.1 // indirect |
| 27 | + github.com/go-sql-driver/mysql v1.6.0 // indirect |
| 28 | + github.com/inconshreveable/mousetrap v1.0.0 // indirect |
| 29 | + github.com/kr/pretty v0.3.0 // indirect |
| 30 | + github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect |
| 31 | + github.com/pmezard/go-difflib v1.0.0 // indirect |
| 32 | + github.com/spf13/pflag v1.0.5 // indirect |
| 33 | + github.com/stretchr/objx v0.3.0 // indirect |
| 34 | + golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect |
| 35 | + google.golang.org/protobuf v1.27.1 // indirect |
| 36 | + gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect |
28 | 37 | ) |
0 commit comments