Skip to content

Commit

Permalink
Update opstools repo path to 8-stream (#10)
Browse files Browse the repository at this point in the history
* Update opstools repo path to 8-stream

* Update go.mod and add go.sum via go mod tidy
  • Loading branch information
leifmadsen authored Aug 30, 2023
1 parent d05fe6b commit 68c8971
Show file tree
Hide file tree
Showing 3 changed files with 633 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build/repos/opstools.repo
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
16 changes: 8 additions & 8 deletions go.mod
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
)
Loading

0 comments on commit 68c8971

Please sign in to comment.