-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update go.mod and go.sum because this repository was transfered
- Loading branch information
Showing
2 changed files
with
4 additions
and
52 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,7 @@ | ||
module github.com/mizzy/atgen | ||
module github.com/aktsk/atgen | ||
|
||
require ( | ||
github.com/Songmu/goxz v0.1.1 // indirect | ||
github.com/Songmu/retry v0.1.0 // indirect | ||
github.com/blang/semver v3.5.1+incompatible // indirect | ||
github.com/dsnet/compress v0.0.0-20171208185109-cc9eb1d7ad76 // indirect | ||
github.com/golang/lint v0.0.0-20181217174547-8f45f776aaf1 // indirect | ||
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect | ||
github.com/google/go-github v17.0.0+incompatible // indirect | ||
github.com/google/go-querystring v1.0.0 // indirect | ||
github.com/hashicorp/go-version v1.1.0 // indirect | ||
github.com/lkesteloot/astutil v0.0.0-20130122170032-b6715328cfa5 | ||
github.com/mattn/go-colorable v0.0.9 // indirect | ||
github.com/mattn/go-isatty v0.0.4 // indirect | ||
github.com/mholt/archiver v3.1.1+incompatible // indirect | ||
github.com/mitchellh/colorstring v0.0.0-20150917214807-8631ce90f286 // indirect | ||
github.com/motemen/gobump v0.0.0-20170609005736-b5563e1d8b75 // indirect | ||
github.com/nwaples/rardecode v1.0.0 // indirect | ||
github.com/pierrec/lz4 v2.0.5+incompatible // indirect | ||
github.com/mizzy/atgen v0.0.0-20190117015632-10d546d723c4 | ||
github.com/pkg/errors v0.8.1 | ||
github.com/tcnksm/ghr v0.12.0 // indirect | ||
github.com/tcnksm/go-gitconfig v0.1.2 // indirect | ||
github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e // indirect | ||
github.com/ulikunitz/xz v0.5.5 // indirect | ||
github.com/urfave/cli v1.20.0 | ||
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect | ||
golang.org/x/lint v0.0.0-20181217174547-8f45f776aaf1 // indirect | ||
golang.org/x/oauth2 v0.0.0-20190115181402-5dab4167f31c // indirect | ||
golang.org/x/tools v0.0.0-20190116002428-2e4132e53b93 | ||
gopkg.in/yaml.v2 v2.2.2 | ||
) |
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