Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit 4a86889

Browse files
committed
chore: bump dependencies
1 parent de03214 commit 4a86889

2 files changed

Lines changed: 89 additions & 32 deletions

File tree

go.mod

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ require (
66
github.com/auth0/go-jwt-middleware/v2 v2.0.0-beta
77
github.com/caarlos0/env/v6 v6.9.1
88
github.com/calmh/randomart v1.1.0
9-
github.com/charmbracelet/bubbles v0.10.3
10-
github.com/charmbracelet/bubbletea v0.20.0
9+
github.com/charmbracelet/bubbles v0.13.0
10+
github.com/charmbracelet/bubbletea v0.22.0
1111
github.com/charmbracelet/keygen v0.3.0
1212
github.com/charmbracelet/lipgloss v0.5.0
13-
github.com/charmbracelet/wish v0.3.1
14-
github.com/dgraph-io/badger/v3 v3.2011.1
15-
github.com/gliderlabs/ssh v0.3.3
13+
github.com/charmbracelet/wish v0.5.0
14+
github.com/dgraph-io/badger/v3 v3.2103.2
15+
github.com/gliderlabs/ssh v0.3.4
1616
github.com/golang-jwt/jwt/v4 v4.2.0
1717
github.com/google/uuid v1.3.0
1818
github.com/jacobsa/crypto v0.0.0-20190317225127-9f44e2d11115
@@ -29,35 +29,40 @@ require (
2929
github.com/spf13/cobra v1.5.0
3030
goji.io v2.0.2+incompatible
3131
golang.org/x/crypto v0.0.0-20220307211146-efcb8507fb70
32-
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
32+
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
3333
gopkg.in/square/go-jose.v2 v2.6.0
34-
modernc.org/sqlite v1.14.8
34+
modernc.org/sqlite v1.18.0
3535
)
3636

3737
require (
3838
github.com/DataDog/zstd v1.4.1 // indirect
3939
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
4040
github.com/atotto/clipboard v0.1.4 // indirect
4141
github.com/beorn7/perks v1.0.0 // indirect
42-
github.com/caarlos0/sshmarshal v0.0.0-20220308164159-9ddb9f83c6b3 // indirect
42+
github.com/caarlos0/sshmarshal v0.1.0 // indirect
4343
github.com/cespare/xxhash v1.1.0 // indirect
44+
github.com/cespare/xxhash/v2 v2.1.1 // indirect
4445
github.com/containerd/console v1.0.3 // indirect
45-
github.com/dgraph-io/ristretto v0.0.4-0.20210122082011-bb5d392ed82d // indirect
46+
github.com/dgraph-io/ristretto v0.1.0 // indirect
4647
github.com/dustin/go-humanize v1.0.0 // indirect
48+
github.com/gogo/protobuf v1.3.2 // indirect
49+
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
4750
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
4851
github.com/golang/protobuf v1.4.2 // indirect
49-
github.com/golang/snappy v0.0.1 // indirect
50-
github.com/google/flatbuffers v1.12.0 // indirect
52+
github.com/golang/snappy v0.0.3 // indirect
53+
github.com/google/flatbuffers v1.12.1 // indirect
5154
github.com/inconshreveable/mousetrap v1.0.0 // indirect
5255
github.com/jacobsa/oglematchers v0.0.0-20150720000706-141901ea67cd // indirect
5356
github.com/jacobsa/oglemock v0.0.0-20150831005832-e94d794d06ff // indirect
5457
github.com/jacobsa/ogletest v0.0.0-20170503003838-80d50a735a11 // indirect
5558
github.com/jacobsa/reqtrace v0.0.0-20150505043853-245c9e0234cb // indirect
5659
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
60+
github.com/klauspost/compress v1.12.3 // indirect
5761
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
5862
github.com/mattn/go-runewidth v0.0.13 // indirect
5963
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
6064
github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b // indirect
65+
github.com/muesli/cancelreader v0.2.1 // indirect
6166
github.com/muesli/mango v0.1.0 // indirect
6267
github.com/muesli/mango-pflag v0.1.0 // indirect
6368
github.com/muesli/termenv v0.11.1-0.20220212125758-44cd13922739 // indirect
@@ -72,17 +77,17 @@ require (
7277
go.opencensus.io v0.22.5 // indirect
7378
golang.org/x/mod v0.3.0 // indirect
7479
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
75-
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect
76-
golang.org/x/term v0.0.0-20210422114643-f5beecf764ed // indirect
77-
golang.org/x/tools v0.0.0-20201124115921-2c860bdd6e78 // indirect
80+
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
81+
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
82+
golang.org/x/tools v0.0.0-20210106214847-113979e3529a // indirect
7883
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
7984
google.golang.org/protobuf v1.25.0 // indirect
8085
lukechampine.com/uint128 v1.1.1 // indirect
81-
modernc.org/cc/v3 v3.35.22 // indirect
82-
modernc.org/ccgo/v3 v3.15.14 // indirect
83-
modernc.org/libc v1.14.6 // indirect
86+
modernc.org/cc/v3 v3.36.0 // indirect
87+
modernc.org/ccgo/v3 v3.16.6 // indirect
88+
modernc.org/libc v1.16.7 // indirect
8489
modernc.org/mathutil v1.4.1 // indirect
85-
modernc.org/memory v1.0.5 // indirect
90+
modernc.org/memory v1.1.1 // indirect
8691
modernc.org/opt v0.1.1 // indirect
8792
modernc.org/strutil v1.1.1 // indirect
8893
modernc.org/token v1.0.0 // indirect

0 commit comments

Comments
 (0)