Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 177ee84

Browse files
chore: bump cdr.dev/slog from 1.4.0 to 1.4.1 (#367)
Bumps [cdr.dev/slog](https://github.com/cdr/slog) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/cdr/slog/releases) - [Commits](coder/slog@v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: cdr.dev/slog dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 544f276 commit 177ee84

File tree

2 files changed

+290
-18
lines changed

2 files changed

+290
-18
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module cdr.dev/coder-cli
33
go 1.14
44

55
require (
6-
cdr.dev/slog v1.4.0
6+
cdr.dev/slog v1.4.1
77
cdr.dev/wsep v0.0.0-20200728013649-82316a09813f
88
github.com/briandowns/spinner v1.13.0
99
github.com/fatih/color v1.12.0
@@ -21,8 +21,8 @@ require (
2121
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4
2222
github.com/rjeczalik/notify v0.9.2
2323
github.com/spf13/cobra v1.1.3
24-
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
25-
golang.org/x/sys v0.0.0-20210420072515-93ed5bcd2bfe
24+
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
25+
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015
2626
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
2727
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
2828
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1

0 commit comments

Comments
 (0)