Skip to content

Commit

Permalink
revving plugin sdk version (#302)
Browse files Browse the repository at this point in the history
* revving plugin sdk version - making adjustments required by compatibility breaks
  • Loading branch information
slorello89 committed Jul 12, 2023
1 parent 7df1edd commit 153db24
Show file tree
Hide file tree
Showing 6 changed files with 1,221 additions and 297 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI

on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
if: steps.check-for-backend.outputs.has-backend == 'true'
uses: actions/setup-go@v2
with:
go-version: "1.16"
go-version: "1.19"

- name: Test backend
if: steps.check-for-backend.outputs.has-backend == 'true'
Expand Down
29 changes: 3 additions & 26 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,10 @@ go 1.14

require (
bitbucket.org/creachadair/shell v0.0.6
github.com/apache/arrow/go/arrow v0.0.0-20211104181228-706a1d1e1879 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/grafana/grafana-plugin-sdk-go v0.114.0
github.com/hashicorp/go-hclog v1.0.0 // indirect
github.com/hashicorp/go-plugin v1.4.3 // indirect
github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87 // indirect
github.com/grafana/grafana-plugin-sdk-go v0.164.0
github.com/jhump/protoreflect v1.10.1 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.13.6 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/magefile/mage v1.11.0
github.com/mattn/go-colorable v0.1.11 // indirect
github.com/magefile/mage v1.14.0
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mediocregopher/radix/v3 v3.8.1
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/oklog/run v1.1.0 // indirect
github.com/pierrec/lz4/v4 v4.1.10 // indirect
github.com/prometheus/common v0.32.1 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20211104170005-ce137452f963 // indirect
golang.org/x/sys v0.0.0-20211103235746-7861aae1554b // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20211102202547-e9cf271f7f2c // indirect
google.golang.org/grpc v1.42.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
github.com/stretchr/testify v1.8.2
)
Loading

0 comments on commit 153db24

Please sign in to comment.