-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bumped bascule, webpa-common, and wrp-go (#116)
* bumped bascule, webpa-common, and wrp-go updated related code * increase go version
- Loading branch information
1 parent
5f6c19f
commit 7dfc136
Showing
9 changed files
with
287 additions
and
61 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
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,21 +1,21 @@ | ||
module github.com/xmidt-org/gungnir | ||
|
||
go 1.12 | ||
go 1.15 | ||
|
||
require ( | ||
github.com/InVisionApp/go-health/v2 v2.1.2 | ||
github.com/c9s/goprocinfo v0.0.0-20190309065803-0b2ad9ac246b // indirect | ||
github.com/go-kit/kit v0.9.0 | ||
github.com/goph/emperror v0.17.3-0.20190703203600-60a8d9faa17b | ||
github.com/gorilla/mux v1.7.3 | ||
github.com/gorilla/mux v1.7.4 | ||
github.com/justinas/alice v1.2.0 | ||
github.com/spf13/pflag v1.0.3 | ||
github.com/spf13/viper v1.6.1 | ||
github.com/spf13/viper v1.7.0 | ||
github.com/stretchr/testify v1.4.0 | ||
github.com/ugorji/go/codec v1.1.7 | ||
github.com/xmidt-org/bascule v0.8.0 | ||
github.com/xmidt-org/bascule v0.9.0 | ||
github.com/xmidt-org/codex-db v0.7.0 | ||
github.com/xmidt-org/voynicrypto v0.1.1 | ||
github.com/xmidt-org/webpa-common v1.9.0 | ||
github.com/xmidt-org/wrp-go/v2 v2.0.1 | ||
github.com/xmidt-org/webpa-common v1.11.1 | ||
github.com/xmidt-org/wrp-go/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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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