Skip to content

Commit

Permalink
Updated go.mod / go.sum
Browse files Browse the repository at this point in the history
  • Loading branch information
pbacsko committed Aug 30, 2022
1 parent 4544779 commit 2fc6c7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ go 1.16

require (
github.com/HdrHistogram/hdrhistogram-go v1.0.1 // indirect
github.com/apache/yunikorn-scheduler-interface v0.0.0-20220818152917-b140f6b90fc4
github.com/apache/yunikorn-scheduler-interface v1.1.0-1
github.com/beorn7/perks v1.0.1 // indirect
github.com/google/btree v1.0.1
github.com/google/uuid v1.2.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ github.com/apache/yunikorn-scheduler-interface v0.0.0-20220610073228-3b5a637363a
github.com/apache/yunikorn-scheduler-interface v0.0.0-20220610073228-3b5a637363ab/go.mod h1:Pboapmj82OLjl65yVNaKit1l0Jd1GJrSUaUVr13h68s=
github.com/apache/yunikorn-scheduler-interface v0.0.0-20220818152917-b140f6b90fc4 h1:z3Qk2rwCI8CbgPdhwDBJHHBODYKOhSd4LBtIo02Ck/c=
github.com/apache/yunikorn-scheduler-interface v0.0.0-20220818152917-b140f6b90fc4/go.mod h1:VpJqm5k7wjPvoEdgAVHRU2rlbs3LLGJaz2d9F39hmGs=
github.com/apache/yunikorn-scheduler-interface v1.1.0-1 h1:ti3MG7PLAyC1Tzah3k8iHddayYdhcF+2TEEDjbuUMGM=
github.com/apache/yunikorn-scheduler-interface v1.1.0-1/go.mod h1:VpJqm5k7wjPvoEdgAVHRU2rlbs3LLGJaz2d9F39hmGs=
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
Expand Down

0 comments on commit 2fc6c7c

Please sign in to comment.