forked from timoreimann/pdsync
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
14 changed files
with
28 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,23 @@ | ||
module github.com/timoreimann/pdsync | ||
|
||
go 1.13 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/PagerDuty/go-pagerduty v1.1.2 | ||
github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927 // indirect | ||
github.com/google/go-cmp v0.5.4 | ||
github.com/matryer/try v0.0.0-20161228173917-9ac251b645a2 | ||
github.com/slack-go/slack v0.6.3 | ||
github.com/urfave/cli/v2 v2.1.1 | ||
gopkg.in/yaml.v2 v2.2.8 | ||
) | ||
|
||
require ( | ||
github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect | ||
github.com/google/go-querystring v1.0.0 // indirect | ||
github.com/gorilla/websocket v1.2.0 // indirect | ||
github.com/pkg/errors v0.8.0 // indirect | ||
github.com/russross/blackfriday/v2 v2.0.1 // indirect | ||
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,50 @@ | ||
# github.com/PagerDuty/go-pagerduty v1.1.2 | ||
## explicit; go 1.12 | ||
github.com/PagerDuty/go-pagerduty | ||
# github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927 | ||
## explicit | ||
# github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d | ||
## explicit; go 1.12 | ||
github.com/cpuguy83/go-md2man/v2/md2man | ||
# github.com/google/go-cmp v0.5.4 | ||
## explicit; go 1.8 | ||
github.com/google/go-cmp/cmp | ||
github.com/google/go-cmp/cmp/cmpopts | ||
github.com/google/go-cmp/cmp/internal/diff | ||
github.com/google/go-cmp/cmp/internal/flags | ||
github.com/google/go-cmp/cmp/internal/function | ||
github.com/google/go-cmp/cmp/internal/value | ||
# github.com/google/go-querystring v1.0.0 | ||
## explicit | ||
github.com/google/go-querystring/query | ||
# github.com/gorilla/websocket v1.2.0 | ||
## explicit | ||
github.com/gorilla/websocket | ||
# github.com/matryer/try v0.0.0-20161228173917-9ac251b645a2 | ||
## explicit | ||
github.com/matryer/try | ||
# github.com/pkg/errors v0.8.0 | ||
## explicit | ||
github.com/pkg/errors | ||
# github.com/russross/blackfriday/v2 v2.0.1 | ||
## explicit | ||
github.com/russross/blackfriday/v2 | ||
# github.com/shurcooL/sanitized_anchor_name v1.0.0 | ||
## explicit | ||
github.com/shurcooL/sanitized_anchor_name | ||
# github.com/slack-go/slack v0.6.3 | ||
## explicit; go 1.13 | ||
github.com/slack-go/slack | ||
github.com/slack-go/slack/internal/errorsx | ||
github.com/slack-go/slack/internal/timex | ||
github.com/slack-go/slack/slackutilsx | ||
# github.com/urfave/cli/v2 v2.1.1 | ||
## explicit; go 1.11 | ||
github.com/urfave/cli/v2 | ||
# golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 | ||
## explicit; go 1.11 | ||
golang.org/x/xerrors | ||
golang.org/x/xerrors/internal | ||
# gopkg.in/yaml.v2 v2.2.8 | ||
## explicit | ||
gopkg.in/yaml.v2 |