File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
github.com/obalunenko/logger Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
6
6
github.com/briandowns/spinner v1.19.0
7
7
github.com/manifoldco/promptui v0.9.0
8
8
github.com/obalunenko/getenv v1.0.0
9
- github.com/obalunenko/logger v0.5.0
9
+ github.com/obalunenko/logger v0.5.1
10
10
github.com/obalunenko/version v1.1.0
11
11
github.com/stretchr/testify v1.8.0
12
12
github.com/urfave/cli/v2 v2.16.2
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ github.com/mattn/go-isatty v0.0.8 h1:HLtExJ+uU2HOZ+wI0Tt5DtUDrx8yhUqDcp7fYERX4CE
27
27
github.com/mattn/go-isatty v0.0.8 /go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s =
28
28
github.com/obalunenko/getenv v1.0.0 h1:zYaUeRalCYXs2Jlk6eaz+MedWgA0L5VQTcAC5mDhFvU =
29
29
github.com/obalunenko/getenv v1.0.0 /go.mod h1:xXXx25+fQ7SGRkrLwTqCfZ96XAJQGtGZb16j3Qd0Ues =
30
- github.com/obalunenko/logger v0.5.0 h1:v1WtuDPaeoBr56D3N4M72Z4u3CII2+Jz3ZyrliqhiY0 =
31
- github.com/obalunenko/logger v0.5.0 /go.mod h1:/GnmNcmEV7tAL9StHrs3nDkXAK+TEvChoNY+YYRZww4 =
30
+ github.com/obalunenko/logger v0.5.1 h1:49DIEwy4sBvRzM/OtD/m7zITi5L3S5DtSYZ/WoUrnno =
31
+ github.com/obalunenko/logger v0.5.1 /go.mod h1:/GnmNcmEV7tAL9StHrs3nDkXAK+TEvChoNY+YYRZww4 =
32
32
github.com/obalunenko/version v1.1.0 h1:yVua7OHnK3+MJpendeMmAlfzVmq7R1h8MO3Ufz7HEec =
33
33
github.com/obalunenko/version v1.1.0 /go.mod h1:Or267aCQxNcAtgOeWA7yOe/RqJS4XDaMfcFwk3ohbOg =
34
34
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ github.com/mattn/go-isatty
36
36
# github.com/obalunenko/getenv v1.0.0
37
37
## explicit; go 1.17
38
38
github.com/obalunenko/getenv
39
- # github.com/obalunenko/logger v0.5.0
39
+ # github.com/obalunenko/logger v0.5.1
40
40
## explicit; go 1.18
41
41
github.com/obalunenko/logger
42
42
# github.com/obalunenko/version v1.1.0
You can’t perform that action at this time.
0 commit comments