Skip to content

Commit

Permalink
Fixed package renaming; added vendor directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronoaldo committed May 24, 2022
1 parent 989d75d commit a053094
Show file tree
Hide file tree
Showing 8 changed files with 731 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/google-chat/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"os"
"strings"

"github.com/ronoaldo/chat-build-notifier/chat"
"github.com/ronoaldo/google-chat-notifier/chat"
)

const (
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/ronoaldo/chat-build-notifier
module github.com/ronoaldo/google-chat-notifier

go 1.18

require github.com/nsf/jsondiff v0.0.0-20210926074059-1e845ec5d249 // indirect
require github.com/nsf/jsondiff v0.0.0-20210926074059-1e845ec5d249
18 changes: 18 additions & 0 deletions vendor/github.com/nsf/jsondiff/.atom-build.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/github.com/nsf/jsondiff/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions vendor/github.com/nsf/jsondiff/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions vendor/github.com/nsf/jsondiff/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a053094

Please sign in to comment.