-
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.
v1.1.2 ugprade dependencies and re-test
- Loading branch information
1 parent
2feed6c
commit 269e4a8
Showing
3 changed files
with
28 additions
and
21 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,23 +1,23 @@ | ||
module github.com/thomas-tacquet/gormv2-logrus | ||
|
||
go 1.17 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/sirupsen/logrus v1.8.1 | ||
github.com/stretchr/testify v1.7.0 | ||
golang.org/x/sys v0.0.0-20211030160813-b3129d9d1021 // indirect | ||
gorm.io/driver/sqlite v1.2.3 | ||
gorm.io/gorm v1.22.2 | ||
github.com/stretchr/testify v1.7.1 | ||
golang.org/x/sys v0.0.0-20220405052023-b1e9470b6e64 // indirect | ||
gorm.io/driver/sqlite v1.3.1 | ||
gorm.io/gorm v1.23.4 | ||
) | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/jinzhu/inflection v1.0.0 // indirect | ||
github.com/jinzhu/now v1.1.2 // indirect | ||
github.com/jinzhu/now v1.1.5 // indirect | ||
github.com/kr/pretty v0.3.0 // indirect | ||
github.com/mattn/go-sqlite3 v1.14.9 // indirect | ||
github.com/mattn/go-sqlite3 v1.14.12 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/rogpeppe/go-internal v1.8.0 // indirect | ||
github.com/rogpeppe/go-internal v1.8.1 // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // 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