File: go.mod

package info (click to toggle)
golang-github-corpix-uarand 0.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 320 kB
  • sloc: python: 55; makefile: 27; sh: 7
file content (14 lines) | stat: -rw-r--r-- 431 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module github.com/corpix/uarand

go 1.12

require (
	github.com/Masterminds/glide v0.13.2 // indirect
	github.com/Masterminds/semver v1.4.2 // indirect
	github.com/Masterminds/vcs v1.13.0 // indirect
	github.com/codegangsta/cli v1.20.0 // indirect
	github.com/mitchellh/go-homedir v1.1.0 // indirect
	github.com/ngdinhtoan/glide-cleanup v0.2.0 // indirect
	github.com/stretchr/testify v1.3.0
	gopkg.in/yaml.v2 v2.2.2 // indirect
)