Skip to content

Commit 3f50a88

Browse files
committed
set secrets and conditional execution
2 parents a4e54f8 + 46f94fb commit 3f50a88

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ module github.com/wechaty/go-wechaty-getting-started
22

33
go 1.14
44

5+
<<<<<<< HEAD
56
require (
67
github.com/golang/protobuf v1.4.2 // indirect
78
github.com/maruel/rs v1.0.0 // indirect
@@ -18,3 +19,7 @@ require (
1819
google.golang.org/grpc v1.31.1 // indirect
1920
google.golang.org/protobuf v1.25.0 // indirect
2021
)
22+
=======
23+
require github.com/wechaty/go-wechaty v0.1.2
24+
25+
>>>>>>> 46f94fb0cf271ebb2d454db3d69ecb09684255bd

0 commit comments

Comments
 (0)