Skip to content

Commit 7ce430e

Browse files
authored
go: add go.mod file, run go mod tidy and vendor (#199)
1 parent 01b4c7c commit 7ce430e

File tree

519 files changed

+83413
-71995
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

519 files changed

+83413
-71995
lines changed

go.mod

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
module github.com/ultralist/ultralist
2+
3+
go 1.14
4+
5+
require (
6+
github.com/cheynewallace/tabby v1.1.0
7+
github.com/fatih/color v1.9.0
8+
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
9+
github.com/julienschmidt/httprouter v1.3.0
10+
github.com/manifoldco/promptui v0.7.0
11+
github.com/myesui/uuid v1.0.0 // indirect
12+
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
13+
github.com/spf13/cobra v1.0.0
14+
github.com/spf13/viper v1.7.0
15+
github.com/stretchr/testify v1.6.1
16+
github.com/twinj/uuid v1.0.0
17+
gopkg.in/stretchr/testify.v1 v1.2.2 // indirect
18+
)

go.sum

+301-43
Large diffs are not rendered by default.

vendor/github.com/alecthomas/gometalinter/.gitignore

-3
This file was deleted.

vendor/github.com/alecthomas/gometalinter/.goreleaser.yml

-210
This file was deleted.

vendor/github.com/alecthomas/gometalinter/.travis.yml

-27
This file was deleted.

vendor/github.com/alecthomas/gometalinter/CONTRIBUTING.md

-56
This file was deleted.

vendor/github.com/alecthomas/gometalinter/COPYING

-19
This file was deleted.

0 commit comments

Comments
 (0)