-
Notifications
You must be signed in to change notification settings - Fork 2
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
70 changed files
with
114 additions
and
2,346 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,9 @@ | ||
module github.com/go-orb/plugins/client/middleware/log | ||
|
||
go 1.22.5 | ||
go 1.23 | ||
|
||
toolchain go1.23.0 | ||
|
||
require github.com/go-orb/go-orb v0.0.0-20240829233908-425ee5e7273c | ||
|
||
require ( | ||
github.com/cornelk/hashmap v1.0.8 // indirect | ||
github.com/google/subcommands v1.2.0 // indirect | ||
github.com/google/wire v0.6.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
golang.org/x/mod v0.20.0 // indirect | ||
golang.org/x/sync v0.8.0 // indirect | ||
golang.org/x/tools v0.24.0 // indirect | ||
) | ||
require github.com/cornelk/hashmap v1.0.8 // indirect |
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,15 +1,9 @@ | ||
module github.com/go-orb/plugins/client/orb | ||
|
||
go 1.22.5 | ||
go 1.23 | ||
|
||
toolchain go1.23.0 | ||
|
||
require github.com/go-orb/go-orb v0.0.0-20240829233908-425ee5e7273c | ||
|
||
require ( | ||
github.com/cornelk/hashmap v1.0.8 // indirect | ||
github.com/google/subcommands v1.2.0 // indirect | ||
github.com/google/wire v0.6.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
golang.org/x/mod v0.20.0 // indirect | ||
golang.org/x/sync v0.8.0 // indirect | ||
golang.org/x/tools v0.24.0 // indirect | ||
) | ||
require github.com/cornelk/hashmap v1.0.8 // indirect |
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
Oops, something went wrong.