-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update opstools repo path to 8-stream (#10)
* Update opstools repo path to 8-stream * Update go.mod and add go.sum via go mod tidy
- Loading branch information
1 parent
d05fe6b
commit 68c8971
Showing
3 changed files
with
633 additions
and
9 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[centos-opstools] | ||
name=opstools | ||
baseurl=http://mirror.centos.org/centos/8/opstools/$basearch/collectd-5/ | ||
baseurl=http://mirror.centos.org/centos/8-stream/opstools/$basearch/collectd-5/ | ||
gpgcheck=0 | ||
enabled=1 | ||
module_hotfixes=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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
module github.com/infrawatch/lokean | ||
|
||
|
||
go 1.13 | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 | ||
github.com/go-ini/ini v1.62.0 | ||
github.com/go-ini/ini v1.62.0 // indirect | ||
github.com/infrawatch/apputils v0.0.0-20201013121329-8439bdcd51ad | ||
github.com/pmezard/go-difflib v1.0.0 | ||
github.com/streadway/amqp v1.0.0 | ||
github.com/stretchr/testify v1.3.0 | ||
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 | ||
qpid.apache.org v0.0.0-20190307183443-7bf92569070b | ||
github.com/smartystreets/goconvey v1.8.1 // indirect | ||
github.com/streadway/amqp v1.0.0 // indirect | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/vyzigold/lokean v0.0.0-20200520172900-3b0b986ef8b8 | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
qpid.apache.org v0.0.0-20190307183443-7bf92569070b // indirect | ||
) |
Oops, something went wrong.