Skip to content

Commit 01f754b

Browse files
committed
Use public go-resource
1 parent e164209 commit 01f754b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/cespare/xxhash/v2 v2.1.2
1212
github.com/elastic/go-elasticsearch/v7 v7.17.7
1313
github.com/elastic/go-licenser v0.4.1
14-
github.com/elastic/go-resource v0.0.0-00010101000000-000000000000
14+
github.com/elastic/go-resource v0.1.0
1515
github.com/elastic/go-sysinfo v1.8.1
1616
github.com/elastic/go-ucfg v0.8.6
1717
github.com/elastic/package-spec/v2 v2.2.0
@@ -162,5 +162,3 @@ require (
162162
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
163163
sigs.k8s.io/yaml v1.3.0 // indirect
164164
)
165-
166-
replace github.com/elastic/go-resource => /home/jaime/gocode/src/github.com/elastic/go-resource

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ github.com/elastic/go-elasticsearch/v7 v7.17.7 h1:pcYNfITNPusl+cLwLN6OLmVT+F73El
123123
github.com/elastic/go-elasticsearch/v7 v7.17.7/go.mod h1:OJ4wdbtDNk5g503kvlHLyErCgQwwzmDtaFC4XyOxXA4=
124124
github.com/elastic/go-licenser v0.4.1 h1:1xDURsc8pL5zYT9R29425J3vkHdt4RT5TNEMeRN48x4=
125125
github.com/elastic/go-licenser v0.4.1/go.mod h1:V56wHMpmdURfibNBggaSBfqgPxyT1Tldns1i87iTEvU=
126+
github.com/elastic/go-resource v0.1.0 h1:7is06Dsz1EdgjTzSZ1PcR8MYO7sypHTin0BZqHV4h8s=
127+
github.com/elastic/go-resource v0.1.0/go.mod h1:7F1Wjs6eSFX0i/235yAK/x9bvPNd9/ML92AiULa4XYA=
126128
github.com/elastic/go-sysinfo v1.8.1 h1:4Yhj+HdV6WjbCRgGdZpPJ8lZQlXZLKDAeIkmQ/VRvi4=
127129
github.com/elastic/go-sysinfo v1.8.1/go.mod h1:JfllUnzoQV/JRYymbH3dO1yggI3mV2oTKSXsDHM+uIM=
128130
github.com/elastic/go-ucfg v0.8.6 h1:stUeyh2goTgGX+/wb9gzKvTv0YB0231LTpKUgCKj4U0=

0 commit comments

Comments
 (0)