Skip to content

Commit 09aaf63

Browse files
committed
go mod init lesiw.io/moxie/internal/testdata
1 parent e69c598 commit 09aaf63

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.ops/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module ops.invalid
22

3-
go 1.23.0
4-
5-
toolchain go1.24.0
3+
go 1.23.6
64

75
require (
86
labs.lesiw.io/ops v0.0.0-20250220031357-f371eedb0d12

internal/testdata/go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module lesiw.io/moxie/internal/testdata
2+
3+
go 1.23.6
4+
5+
require github.com/google/go-cmp v0.7.0

internal/testdata/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
2+
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=

0 commit comments

Comments
 (0)