-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
114 additions
and
16 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,19 +1,41 @@ | ||
module github.com/wzshiming/profile_stats | ||
|
||
go 1.16 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/ajstarks/svgo v0.0.0-20210406150507-75cfd577ce75 | ||
github.com/ajstarks/svgo v0.0.0-20210927141636-6d70534b1098 | ||
github.com/google/go-github/v33 v33.0.0 | ||
github.com/olekukonko/tablewriter v0.0.5 | ||
github.com/shurcooL/githubv4 v0.0.0-20210725200734-83ba7b4c9228 | ||
github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a // indirect | ||
github.com/shurcooL/githubv4 v0.0.0-20210922025249-6831e00d857f | ||
github.com/vdobler/chart v0.0.0 | ||
github.com/wzshiming/httpcache v0.3.0 | ||
github.com/wzshiming/httpcache v0.3.1 | ||
github.com/wzshiming/putingh v0.6.2 | ||
github.com/wzshiming/xmlinjector v0.3.0 | ||
golang.org/x/oauth2 v0.0.0-20210220000619-9bb904979d93 | ||
golang.org/x/text v0.3.6 | ||
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1 | ||
golang.org/x/text v0.3.7 | ||
) | ||
|
||
require ( | ||
github.com/emirpasic/gods v1.12.0 // indirect | ||
github.com/go-git/gcfg v1.5.0 // indirect | ||
github.com/go-git/go-billy/v5 v5.0.0 // indirect | ||
github.com/go-git/go-git/v5 v5.2.0 // indirect | ||
github.com/golang/protobuf v1.4.2 // indirect | ||
github.com/google/go-querystring v1.0.0 // indirect | ||
github.com/imdario/mergo v0.3.9 // indirect | ||
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect | ||
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect | ||
github.com/mattn/go-runewidth v0.0.9 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/sergi/go-diff v1.1.0 // indirect | ||
github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a // indirect | ||
github.com/xanzy/ssh-agent v0.2.1 // indirect | ||
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect | ||
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect | ||
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect | ||
google.golang.org/appengine v1.6.6 // indirect | ||
google.golang.org/protobuf v1.25.0 // indirect | ||
gopkg.in/warnings.v0 v0.1.2 // indirect | ||
) | ||
|
||
replace github.com/vdobler/chart => github.com/wzshiming/chart v1.1.0-clean |
Oops, something went wrong.