File: go.mod

package info (click to toggle)
golang-github-rhysd-go-github-selfupdate 1.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 348 kB
  • sloc: sh: 21; makefile: 6
file content (18 lines) | stat: -rw-r--r-- 657 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/rhysd/go-github-selfupdate

require (
	github.com/blang/semver v3.5.1+incompatible
	github.com/google/go-github/v30 v30.1.0
	github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
	github.com/kr/pretty v0.1.0 // indirect
	github.com/onsi/gomega v1.4.2 // indirect
	github.com/tcnksm/go-gitconfig v0.1.2
	github.com/ulikunitz/xz v0.5.9
	golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
	golang.org/x/oauth2 v0.0.0-20181106182150-f42d05182288
	golang.org/x/text v0.3.5 // indirect
	google.golang.org/appengine v1.3.0 // indirect
	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)

go 1.13