nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff --git a/go.mod b/go.mod
2index ecbfe90..56a1409 100644
3--- a/go.mod
4+++ b/go.mod
5@@ -1,11 +1,14 @@
6 module github.com/akavel/up
7
8+go 1.14
9+
10 require (
11- github.com/gdamore/encoding v0.0.0-20151215212835-b23993cbb635
12+ github.com/gdamore/encoding v0.0.0-20151215212835-b23993cbb635 // indirect
13 github.com/gdamore/tcell v0.0.0-20180924055237-493f3b46b3c2
14- github.com/lucasb-eyer/go-colorful v0.0.0-20170903184257-231272389856
15+ github.com/lucasb-eyer/go-colorful v0.0.0-20170903184257-231272389856 // indirect
16 github.com/mattn/go-isatty v0.0.3
17- github.com/mattn/go-runewidth v0.0.2
18+ github.com/mattn/go-runewidth v0.0.2 // indirect
19 github.com/spf13/pflag v1.0.3
20- golang.org/x/text v0.0.0-20171214130843-f21a4dfb5e38
21+ golang.org/x/sys v0.0.0-20200501145240-bc7a7d42d5c3 // indirect
22+ golang.org/x/text v0.0.0-20171214130843-f21a4dfb5e38 // indirect
23 )