Skip to content

Commit

Permalink
go.mod: remove retract directives
Browse files Browse the repository at this point in the history
The retract directive was for Grafana Agent tags that are not carrying
over so they are no longer required.
  • Loading branch information
rfratto committed Mar 25, 2024
1 parent 1359fb4 commit a31d38f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ module github.com/grafana/alloy

go 1.22.1

retract (
v1.3.191 // Published accidentally
v1.2.99 // Published accidentally
v1.2.99-rc1 // Published accidentally
)

require (
cloud.google.com/go/pubsub v1.33.0
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.9.0-beta.1
Expand Down

0 comments on commit a31d38f

Please sign in to comment.