mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
testing/prometheus-rethinkdb-exporter: update go.mod for loongarch64
This commit is contained in:
parent
3668f328a3
commit
4441eeaa6f
@ -12,6 +12,7 @@ makedepends="go"
|
||||
subpackages="$pkgname-openrc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/rethinkdb/prometheus-exporter/archive/v$pkgver.tar.gz
|
||||
prometheus-rethinkdb-exporter.initd
|
||||
update-gomod.patch
|
||||
"
|
||||
builddir="$srcdir/prometheus-exporter-$pkgver"
|
||||
|
||||
@ -29,5 +30,8 @@ package() {
|
||||
install -m755 -D "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/$pkgname
|
||||
}
|
||||
|
||||
sha512sums="b3a184f2df30c3f8b23e958fd304c438f9612d55a587927ce22621b9e6982323f850969089de6fb5a90499f7ff0d3b1d63e98620020fd7103ea175452ec33731 prometheus-rethinkdb-exporter-1.0.1.tar.gz
|
||||
478eb2d38c97f30f32eae814221a477fb094bdf19e48748b731a67cd9359f4009ab4e47369b02b8744c52be209c941d80c564c9c92d714ad15592e1193f19aa0 prometheus-rethinkdb-exporter.initd"
|
||||
sha512sums="
|
||||
b3a184f2df30c3f8b23e958fd304c438f9612d55a587927ce22621b9e6982323f850969089de6fb5a90499f7ff0d3b1d63e98620020fd7103ea175452ec33731 prometheus-rethinkdb-exporter-1.0.1.tar.gz
|
||||
478eb2d38c97f30f32eae814221a477fb094bdf19e48748b731a67cd9359f4009ab4e47369b02b8744c52be209c941d80c564c9c92d714ad15592e1193f19aa0 prometheus-rethinkdb-exporter.initd
|
||||
ae3f47feb38768bef0ef1331b7550be4097979dfecd4f486796a25953c3fb6aafa7cd8ba3c7d835b20b3aa8019a94270d50994011de3d5c1af3425cef259d433 update-gomod.patch
|
||||
"
|
||||
|
25
testing/prometheus-rethinkdb-exporter/update-gomod.patch
Normal file
25
testing/prometheus-rethinkdb-exporter/update-gomod.patch
Normal file
@ -0,0 +1,25 @@
|
||||
diff --git a/go.mod b/go.mod
|
||||
index c8581e3..23bc38a 100644
|
||||
--- a/go.mod
|
||||
+++ b/go.mod
|
||||
@@ -11,6 +11,7 @@ require (
|
||||
github.com/spf13/cobra v0.0.6
|
||||
github.com/spf13/viper v1.6.2
|
||||
golang.org/x/sync v0.0.0-20190423024810-112230192c58
|
||||
+ golang.org/x/sys v0.21.0 // indirect
|
||||
golang.org/x/tools v0.0.0-20200221224223-e1da425f72fd // indirect
|
||||
gopkg.in/rethinkdb/rethinkdb-go.v6 v6.0.0
|
||||
)
|
||||
diff --git a/go.sum b/go.sum
|
||||
index 2e62a4b..95da1f3 100644
|
||||
--- a/go.sum
|
||||
+++ b/go.sum
|
||||
@@ -183,6 +183,8 @@ golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a h1:1BGLXjeY4akVXGgbC9HugT3Jv
|
||||
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
|
||||
golang.org/x/sys v0.0.0-20190412213103-97732733099d h1:+R4KGOnez64A81RvjARKc4UT5/tI9ujCIVX+P5KiHuI=
|
||||
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
||||
+golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws=
|
||||
+golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
|
||||
golang.org/x/text v0.3.0 h1:g61tztE5qeGQ89tm6NTjjM9VPIm088od1l6aSorWRWg=
|
||||
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
||||
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
|
Loading…
Reference in New Issue
Block a user