-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Bump examples major version as well
- Loading branch information
Showing
2 changed files
with
42 additions
and
7 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,23 +1,27 @@ | ||
module code.cloudfoundry.org/go-loggregator/v9/examples | ||
module code.cloudfoundry.org/go-loggregator/v10/examples | ||
|
||
go 1.21 | ||
|
||
replace code.cloudfoundry.org/go-loggregator/v9 => ../ | ||
|
||
require ( | ||
code.cloudfoundry.org/go-loggregator/v10 v10.0.0-00010101000000-000000000000 | ||
github.com/cloudfoundry/dropsonde v1.1.0 | ||
google.golang.org/protobuf v1.34.2 | ||
) | ||
|
||
require ( | ||
code.cloudfoundry.org/go-diodes v0.0.0-20180905200951-72629b5276e3 // indirect | ||
code.cloudfoundry.org/tlsconfig v0.0.0-20200131000646-bbe0f8da39b3 // indirect | ||
github.com/cloudfoundry/sonde-go v0.0.0-20220627221915-ff36de9c3435 // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/fsnotify/fsnotify v1.7.0 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect | ||
github.com/onsi/ginkgo/v2 v2.19.0 // indirect | ||
github.com/onsi/gomega v1.33.1 // indirect | ||
golang.org/x/net v0.26.0 // indirect | ||
golang.org/x/sys v0.21.0 // indirect | ||
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect | ||
google.golang.org/grpc v1.64.0 // indirect | ||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect | ||
) | ||
|
||
replace code.cloudfoundry.org/go-loggregator/v10 => ../ |
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