@@ -3,21 +3,22 @@ module pmon3
3
3
go 1.21
4
4
5
5
require (
6
- github.com/charmbracelet/bubbletea v0.25 .0
7
- github.com/charmbracelet/lipgloss v0.9.1
8
- github.com/evertras/bubble-table v0.15.6
6
+ github.com/charmbracelet/bubbletea v0.26 .0
7
+ github.com/charmbracelet/lipgloss v0.10.0
8
+ github.com/evertras/bubble-table v0.15.7
9
9
github.com/gin-gonic/gin v1.9.1
10
10
github.com/goinbox/shell v1.0.1
11
11
github.com/google/uuid v1.6.0
12
- github.com/jinzhu/gorm v1.9.16
13
12
github.com/joe-at-startupmedia/goq_responder v0.0.4
13
+ github.com/joe-at-startupmedia/sqlite v0.0.1
14
14
github.com/pkg/errors v0.9.1
15
15
github.com/sirupsen/logrus v1.9.3
16
16
github.com/spf13/cobra v1.8.0
17
17
github.com/struCoder/pidusage v0.2.1
18
18
github.com/tabalt/gracehttp v1.3.0
19
19
google.golang.org/protobuf v1.33.0
20
20
gopkg.in/yaml.v3 v3.0.1
21
+ gorm.io/gorm v1.25.10
21
22
)
22
23
23
24
require (
@@ -27,7 +28,7 @@ require (
27
28
github.com/bytedance/sonic v1.9.1 // indirect
28
29
github.com/charmbracelet/bubbles v0.11.0 // indirect
29
30
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
30
- github.com/containerd/console v1 .0.4-0.20230313162750-1ae8d489ac81 // indirect
31
+ github.com/erikgeiser/coninput v0 .0.0-20211004153227-1c3628e74d0f // indirect
31
32
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
32
33
github.com/gin-contrib/sse v0.1.0 // indirect
33
34
github.com/go-playground/locales v0.14.1 // indirect
@@ -37,33 +38,45 @@ require (
37
38
github.com/goinbox/gomisc v1.4.0 // indirect
38
39
github.com/inconshreveable/mousetrap v1.1.0 // indirect
39
40
github.com/jinzhu/inflection v1.0.0 // indirect
41
+ github.com/jinzhu/now v1.1.5 // indirect
40
42
github.com/joe-at-startupmedia/golang-ipc v1.2.5 // indirect
41
43
github.com/json-iterator/go v1.1.12 // indirect
44
+ github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
42
45
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
43
46
github.com/leodido/go-urn v1.2.4 // indirect
44
47
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
45
48
github.com/mattn/go-isatty v0.0.19 // indirect
46
49
github.com/mattn/go-localereader v0.0.1 // indirect
47
50
github.com/mattn/go-runewidth v0.0.15 // indirect
48
- github.com/mattn/go-sqlite3 v1.14.0 // indirect
49
51
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
50
52
github.com/modern-go/reflect2 v1.0.2 // indirect
51
- github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b // indirect
53
+ github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
52
54
github.com/muesli/cancelreader v0.2.2 // indirect
53
55
github.com/muesli/reflow v0.3.0 // indirect
54
56
github.com/muesli/termenv v0.15.2 // indirect
55
57
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
56
- github.com/rivo/uniseg v0.2.0 // indirect
58
+ github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
59
+ github.com/rivo/uniseg v0.4.7 // indirect
57
60
github.com/spf13/pflag v1.0.5 // indirect
58
61
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
59
62
github.com/ugorji/go/codec v1.2.11 // indirect
60
63
golang.org/x/arch v0.3.0 // indirect
61
64
golang.org/x/crypto v0.9.0 // indirect
62
65
golang.org/x/mod v0.10.0 // indirect
63
66
golang.org/x/net v0.10.0 // indirect
64
- golang.org/x/sync v0.2 .0 // indirect
65
- golang.org/x/sys v0.12 .0 // indirect
66
- golang.org/x/term v0.8 .0 // indirect
67
+ golang.org/x/sync v0.7 .0 // indirect
68
+ golang.org/x/sys v0.19 .0 // indirect
69
+ golang.org/x/term v0.19 .0 // indirect
67
70
golang.org/x/text v0.9.0 // indirect
68
71
golang.org/x/tools v0.9.1 // indirect
72
+ lukechampine.com/uint128 v1.1.1 // indirect
73
+ modernc.org/cc/v3 v3.36.0 // indirect
74
+ modernc.org/ccgo/v3 v3.16.8 // indirect
75
+ modernc.org/libc v1.16.19 // indirect
76
+ modernc.org/mathutil v1.4.1 // indirect
77
+ modernc.org/memory v1.1.1 // indirect
78
+ modernc.org/opt v0.1.1 // indirect
79
+ modernc.org/sqlite v1.18.1 // indirect
80
+ modernc.org/strutil v1.1.1 // indirect
81
+ modernc.org/token v1.0.0 // indirect
69
82
)
0 commit comments