Skip to content
This repository was archived by the owner on Aug 17, 2020. It is now read-only.

Commit

Permalink
Update scope agent to v0.1.10 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyredondo authored Feb 11, 2020
1 parent c2476ae commit 9cf51c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ go 1.12

require (
github.com/golang/protobuf v1.3.3 // indirect
go.undefinedlabs.com/scopeagent v0.1.9
go.undefinedlabs.com/scopeagent v0.1.10
golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 // indirect
golang.org/x/net v0.0.0-20200202094626-16171245cfb2 // indirect
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5 // indirect
golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135 // indirect
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc // indirect
)

0 comments on commit 9cf51c4

Please sign in to comment.