Skip to content

Commit

Permalink
Fix up go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
bboreham committed Sep 5, 2022
1 parent 34290ef commit fc1adf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ require (

require (
github.com/alecthomas/chroma v0.10.0
github.com/google/go-cmp v0.5.8
github.com/google/go-github/v32 v32.1.0
github.com/google/uuid v1.3.0
github.com/grafana-tools/sdk v0.0.0-20211220201350-966b3088eec9
Expand Down Expand Up @@ -131,7 +132,6 @@ require (
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/btree v1.0.1 // indirect
github.com/google/gnostic v0.5.7-v3refs // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/pprof v0.0.0-20220608213341-c488b8fa1db3 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
Expand Down

0 comments on commit fc1adf5

Please sign in to comment.