Skip to content

Commit

Permalink
fix make run on 1.18 (grafana#51160)
Browse files Browse the repository at this point in the history
  • Loading branch information
ying-jeanne authored Jun 21, 2022
1 parent 395623b commit b219fe3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bingo/bra.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT
go 1.17

require github.com/unknwon/bra v0.0.0-20200517080246-1e3013ecaff8

replace golang.org/x/sys => golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c
2 changes: 2 additions & 0 deletions .bingo/bra.sum
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 h1:XNNYLJHt73EyYiCZi6+xjupS9CpvmiDgjPTAjrBlQbo=
gopkg.in/fsnotify/fsnotify.v1 v1.4.7/go.mod h1:Fyux9zXlo4rWoMSIzpn9fDAYjalPqJ/K1qJ27s+7ltE=
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c h1:aFV+BgZ4svzjfabn8ERpuB4JI4N6/rdy1iusx77G3oU=
golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

0 comments on commit b219fe3

Please sign in to comment.