Skip to content

Commit

Permalink
go mod changes
Browse files Browse the repository at this point in the history
  • Loading branch information
manirajv06 committed Jan 27, 2023
1 parent 240cd90 commit 5f4f819
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-20221130170804-42d2286739d8
github.com/apache/yunikorn-scheduler-interface v1.2.0-1
github.com/google/btree v1.0.1
github.com/google/uuid v1.2.0
github.com/gorilla/mux v1.7.3
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRF
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho=
github.com/apache/yunikorn-scheduler-interface v0.0.0-20221130170804-42d2286739d8 h1:SOMLjG4r+ZosV9BZrjM0E8VFDT/5aB3Lc3SA831HBwo=
github.com/apache/yunikorn-scheduler-interface v0.0.0-20221130170804-42d2286739d8/go.mod h1:VpJqm5k7wjPvoEdgAVHRU2rlbs3LLGJaz2d9F39hmGs=
github.com/apache/yunikorn-scheduler-interface v1.2.0-1 h1:4guwFXeHSaak5djDHstLbDe3IlLqXhRC4/HtVCJXs1g=
github.com/apache/yunikorn-scheduler-interface v1.2.0-1/go.mod h1:OXLihFkfsdhzy5Z0Mi5v8yVDmY8mF5TQDcsJv1fvjvQ=
github.com/benbjohnson/clock v1.1.0 h1:Q92kusRqC1XV2MjkWETPvjJVqKetz1OzxZB7mHJLju8=
github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
Expand Down

0 comments on commit 5f4f819

Please sign in to comment.