-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (26 loc) · 973 Bytes
/
Copy pathgo.mod
File metadata and controls
31 lines (26 loc) · 973 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module github.com/cgrindel/rules_swift_package_manager
go 1.25.0
toolchain go1.26.5
// Workaround for inconsistent Go versions being used in rules_bazel_integration_test tests.
// toolchain go1.21.5
require (
github.com/bazelbuild/bazel-gazelle v0.50.0
github.com/bazelbuild/buildtools v0.0.0-20250930140053-2eb4fccefb52
github.com/creasty/defaults v1.8.0
github.com/deckarep/golang-set/v2 v2.9.0
github.com/spf13/cobra v1.10.2
github.com/stretchr/testify v1.11.1
golang.org/x/exp v0.0.0-20260727155853-b88d891fe743
golang.org/x/text v0.40.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.9 // indirect
go.mongodb.org/mongo-driver v1.17.4 // indirect
golang.org/x/mod v0.38.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/tools/go/vcs v0.1.0-deprecated // indirect
)