-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
829 additions
and
295 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,37 @@ | ||
module github.com/cgi-fr/lino | ||
|
||
go 1.13 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/Trendyol/overlog v0.1.0 | ||
github.com/awalterschulze/gographviz v0.0.0-20190522210029-fa59802746ab | ||
github.com/docker/docker-credential-helpers v0.6.3 | ||
github.com/go-sql-driver/mysql v1.5.0 // indirect | ||
github.com/godror/godror v0.20.8 | ||
github.com/gorilla/mux v1.7.4 | ||
github.com/awalterschulze/gographviz v2.0.3+incompatible | ||
github.com/docker/docker-credential-helpers v0.6.4 | ||
github.com/godror/godror v0.27.1 | ||
github.com/gorilla/mux v1.8.0 | ||
github.com/ibmdb/go_ibm_db v0.4.1 | ||
github.com/jmoiron/sqlx v1.2.0 | ||
github.com/kr/pretty v0.1.0 // indirect | ||
github.com/lib/pq v1.3.0 | ||
github.com/mattn/go-isatty v0.0.13 | ||
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect | ||
github.com/jmoiron/sqlx v1.3.4 | ||
github.com/lib/pq v1.10.3 | ||
github.com/mattn/go-isatty v0.0.14 | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/rs/zerolog v1.21.0 | ||
github.com/spf13/cobra v0.0.5 | ||
github.com/stretchr/objx v0.1.1 // indirect | ||
github.com/stretchr/testify v1.5.1 | ||
github.com/xo/dburl v0.0.0-20200124232849-e9ec94f52bc3 | ||
golang.org/x/term v0.0.0-20210503060354-a79de5458b56 | ||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect | ||
gopkg.in/yaml.v2 v2.2.4 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20191010095647-fc94e3f71652 | ||
github.com/rs/zerolog v1.25.0 | ||
github.com/spf13/cobra v1.2.1 | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/xo/dburl v0.9.0 | ||
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b | ||
) | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/go-logfmt/logfmt v0.5.1 // indirect | ||
github.com/go-sql-driver/mysql v1.6.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/kr/pretty v0.3.0 // indirect | ||
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/stretchr/objx v0.3.0 // indirect | ||
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect | ||
google.golang.org/protobuf v1.27.1 // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.