-
Notifications
You must be signed in to change notification settings - Fork 29
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
1 parent
c950206
commit 9c34056
Showing
4 changed files
with
11 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
os: | ||
- ubuntu-latest | ||
go: | ||
- 1.17 | ||
- 1.19 | ||
- 1.16 | ||
|
||
runs-on: ${{ matrix.os }} | ||
|
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,13 +1,11 @@ | ||
module github.com/golobby/config/v3 | ||
|
||
go 1.11 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/BurntSushi/toml v1.2.1 | ||
github.com/golobby/dotenv v1.3.1 | ||
github.com/golobby/env/v2 v2.2.0 | ||
github.com/kr/pretty v0.3.1 // indirect | ||
github.com/golobby/dotenv v1.3.2 | ||
github.com/golobby/env/v2 v2.2.4 | ||
github.com/stretchr/testify v1.8.1 | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) |
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