Skip to content

Commit

Permalink
foundation version
Browse files Browse the repository at this point in the history
Signed-off-by: Owen Diehl <[email protected]>
  • Loading branch information
owen-d committed Oct 8, 2024
1 parent ec56013 commit 9d7cd51
Show file tree
Hide file tree
Showing 6 changed files with 210 additions and 9 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ require (
github.com/efficientgo/core v1.0.0-rc.3
github.com/fsnotify/fsnotify v1.7.0
github.com/gogo/googleapis v1.4.1
github.com/grafana/grafana-foundation-sdk/go v0.0.0-20241004101720-a4e051875fa7
github.com/grafana/grafana-foundation-sdk/go v0.0.0-20241007125225-1d0a62ae3d55
github.com/grafana/jsonparser v0.0.0-20241004153430-023329977675
github.com/grafana/loki/pkg/push v0.0.0-20240924133635-758364c7775f
github.com/hashicorp/golang-lru/v2 v2.0.7
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1052,8 +1052,8 @@ github.com/grafana/gocql v0.0.0-20200605141915-ba5dc39ece85 h1:xLuzPoOzdfNb/RF/I
github.com/grafana/gocql v0.0.0-20200605141915-ba5dc39ece85/go.mod h1:crI9WX6p0IhrqB+DqIUHulRW853PaNFf7o4UprV//3I=
github.com/grafana/gomemcache v0.0.0-20240229205252-cd6a66d6fb56 h1:X8IKQ0wu40wpvYcKfBcc5T4QnhdQjUhtUtB/1CY89lE=
github.com/grafana/gomemcache v0.0.0-20240229205252-cd6a66d6fb56/go.mod h1:PGk3RjYHpxMM8HFPhKKo+vve3DdlPUELZLSDEFehPuU=
github.com/grafana/grafana-foundation-sdk/go v0.0.0-20241004101720-a4e051875fa7 h1:m4Xpe0shnU235VYKOsV2TcBb8GQhZKsyXuZ5zjmRNKM=
github.com/grafana/grafana-foundation-sdk/go v0.0.0-20241004101720-a4e051875fa7/go.mod h1:WtWosval1KCZP9BGa42b8aVoJmVXSg0EvQXi9LDSVZQ=
github.com/grafana/grafana-foundation-sdk/go v0.0.0-20241007125225-1d0a62ae3d55 h1:+O9mVwQP63gUA2h5mZdjZ+NpR5WlhoYhnNuJUJgoIpE=
github.com/grafana/grafana-foundation-sdk/go v0.0.0-20241007125225-1d0a62ae3d55/go.mod h1:WtWosval1KCZP9BGa42b8aVoJmVXSg0EvQXi9LDSVZQ=
github.com/grafana/jsonparser v0.0.0-20241004153430-023329977675 h1:U94jQ2TQr1m3HNyE8efSdyaBbDrdPaWImXyenuKZ/nw=
github.com/grafana/jsonparser v0.0.0-20241004153430-023329977675/go.mod h1:796sq+UcONnSlzA3RtlBZ+b/hrerkZXiEmO8oMjyRwY=
github.com/grafana/memberlist v0.3.1-0.20220714140823-09ffed8adbbe h1:yIXAAbLswn7VNWBIvM71O2QsgfgW9fRXZNR0DXe6pDU=
Expand Down
203 changes: 203 additions & 0 deletions vendor/github.com/grafana/grafana-foundation-sdk/go/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ github.com/grafana/go-gelf/v2/gelf
# github.com/grafana/gomemcache v0.0.0-20240229205252-cd6a66d6fb56
## explicit; go 1.18
github.com/grafana/gomemcache/memcache
# github.com/grafana/grafana-foundation-sdk/go v0.0.0-20241004101720-a4e051875fa7
# github.com/grafana/grafana-foundation-sdk/go v0.0.0-20241007125225-1d0a62ae3d55
## explicit; go 1.21
github.com/grafana/grafana-foundation-sdk/go/cog
github.com/grafana/grafana-foundation-sdk/go/cog/variants
Expand Down

0 comments on commit 9d7cd51

Please sign in to comment.