forked from cgrindel/rules_swift_package_manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 606 Bytes
/
go.mod
File metadata and controls
21 lines (18 loc) · 606 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/cgrindel/rules_swift_package_manager
go 1.18
require (
github.com/bazelbuild/bazel-gazelle v0.29.0
github.com/bazelbuild/buildtools v0.0.0-20230330150744-7ca77e139856
github.com/creasty/defaults v1.7.0
github.com/deckarep/golang-set/v2 v2.3.0
github.com/stretchr/testify v1.8.2
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/mod v0.7.0 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/tools v0.5.0 // indirect
)