Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
go orchestrator bump (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyam8 authored Jun 4, 2019
1 parent dad77ef commit 72e47df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/go-sql-driver/mysql v1.4.1
github.com/hpcloud/tail v1.0.0
github.com/miekg/dns v1.1.8
github.com/netdata/go-orchestrator v0.0.0-20190418191812-d94ef4ac5291
github.com/netdata/go-orchestrator v0.0.0-20190604151551-bbbeb05378c3
github.com/prometheus/common v0.3.0 // indirect
github.com/prometheus/prometheus v2.5.0+incompatible
github.com/stretchr/testify v1.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ github.com/miekg/dns v1.1.8/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nr
github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=
github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0=
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/netdata/go-orchestrator v0.0.0-20190418191812-d94ef4ac5291 h1:eM9qK09t0owUJbarpQje7d+NjNU+4FzRpRwblB4J/3s=
github.com/netdata/go-orchestrator v0.0.0-20190418191812-d94ef4ac5291/go.mod h1:ErI8v7oo3A0a5PMhPg/sxyV9FmB8Md+QlNn0p5qLvEs=
github.com/netdata/go-orchestrator v0.0.0-20190604151551-bbbeb05378c3 h1:engvIcRW2tutp0fuTd7nJqi3GErXwsjEMD32GF1gkP0=
github.com/netdata/go-orchestrator v0.0.0-20190604151551-bbbeb05378c3/go.mod h1:ErI8v7oo3A0a5PMhPg/sxyV9FmB8Md+QlNn0p5qLvEs=
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
Expand Down

0 comments on commit 72e47df

Please sign in to comment.