mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
15 lines
431 B
Modula-2
15 lines
431 B
Modula-2
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
|
|
)
|