-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
21 additions
and
642 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,16 @@ | ||
module github.com/LINBIT/linstor-wait-until | ||
|
||
go 1.17 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/LINBIT/golinstor v0.46.0 | ||
github.com/LINBIT/golinstor v0.46.1 | ||
github.com/sirupsen/logrus v1.9.0 | ||
) | ||
|
||
require ( | ||
github.com/donovanhide/eventsource v0.0.0-20210830082556-c59027999da0 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/gopherjs/gopherjs v1.17.2 // indirect | ||
github.com/jtolds/gls v4.20.0+incompatible // indirect | ||
github.com/moul/http2curl v1.0.0 // indirect | ||
github.com/smartystreets/assertions v1.13.0 // indirect | ||
golang.org/x/sys v0.3.0 // indirect | ||
golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect | ||
golang.org/x/time v0.3.0 // indirect | ||
moul.io/http2curl/v2 v2.3.0 // indirect | ||
) |
Oops, something went wrong.