Skip to content

Commit 642b645

Browse files
committed
test
1 parent b698fc8 commit 642b645

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/awesome/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
module _
1+
module awesome
22

33
go 1.19
44

5-
require github.com/dsp-testing/github-go-script v0.0.0-20230224143631-12d2976eb250
5+
require github.com/dsp-testing/github-go-script v0.0.0-20230224150013-c07e3d554d99
66

77
require (
88
github.com/golang/protobuf v1.3.2 // indirect

.github/workflows/awesome/go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
github.com/dsp-testing/github-go-script v0.0.0-20230224143631-12d2976eb250 h1:l663gNWjifWXBqhZOPFUfF6goHlt04BAKesAAk51JSs=
22
github.com/dsp-testing/github-go-script v0.0.0-20230224143631-12d2976eb250/go.mod h1:pMQ5ZEwvCSQ6i9qrJrlZGEWc+SlwRu7eEaWGnsxtCVM=
3+
github.com/dsp-testing/github-go-script v0.0.0-20230224144355-f3ab3ac1b345 h1:YrlisrY01gajpFb5FsbDiG2PlZGSVLIwmEcpb0rbGXU=
4+
github.com/dsp-testing/github-go-script v0.0.0-20230224144355-f3ab3ac1b345/go.mod h1:pMQ5ZEwvCSQ6i9qrJrlZGEWc+SlwRu7eEaWGnsxtCVM=
5+
github.com/dsp-testing/github-go-script v0.0.0-20230224150013-c07e3d554d99 h1:ATiLy3wrIL5y8l6Ghk9lItElLluT+UIpy/cbUpV9ZmI=
6+
github.com/dsp-testing/github-go-script v0.0.0-20230224150013-c07e3d554d99/go.mod h1:pMQ5ZEwvCSQ6i9qrJrlZGEWc+SlwRu7eEaWGnsxtCVM=
37
github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
48
github.com/golang/protobuf v1.3.2 h1:6nsPYzhq5kReh6QImI3k5qWzO4PEbvbIW2cwSfR/6xs=
59
github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=

0 commit comments

Comments
 (0)