Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 21ac0be

Browse files
authored
Merge pull request #7 from newrelic/toni/fetch-sdk-without-patch-number
Update the version number for integrations-sdk
2 parents d6186c6 + 3bce115 commit 21ac0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaffold/scaffold.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func (s *Scaffold) InitVendoring() error {
6262
return fmt.Errorf("cannot initialize the vendoring of dependencies. %s failed with: %s", "govendor init", output)
6363
}
6464

65-
var dependencyUrls = []string{"github.com/Sirupsen/logrus@v0.11.5", "github.com/newrelic/infra-integrations-sdk/...@v0.3.0"}
65+
var dependencyUrls = []string{"github.com/Sirupsen/logrus@v0.11.5", "github.com/newrelic/infra-integrations-sdk/...@v0.3"}
6666

6767
for _, url := range dependencyUrls {
6868
err := fetchDependency(url)

0 commit comments

Comments
 (0)