diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-06-12 17:47:10 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-06-12 17:47:25 -0400 |
| commit | a155f3cd8556d30185bc4e7a0a87dd7861c0afdb (patch) | |
| tree | 8c2689b670d26bd5ba74895d60ceb1d304e4433d /go.mod | |
| parent | b4605f6b6f99964aab4c786bb7b9df6e8dc39f01 (diff) | |
| download | x-a155f3cd8556d30185bc4e7a0a87dd7861c0afdb.tar.xz x-a155f3cd8556d30185bc4e7a0a87dd7861c0afdb.zip | |
import revolt package
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -98,6 +98,7 @@ require ( github.com/mdlayher/socket v0.4.1 // indirect github.com/mitchellh/go-ps v1.0.0 // indirect github.com/mndrix/ps v0.0.0-20170330174427-18e65badd6ab // indirect + github.com/oklog/ulid/v2 v2.1.0 // indirect github.com/olekukonko/tablewriter v0.0.5 // indirect github.com/pierrec/lz4/v4 v4.1.17 // indirect github.com/prometheus/client_golang v1.15.1 // indirect @@ -105,6 +106,8 @@ require ( github.com/prometheus/common v0.42.0 // indirect github.com/prometheus/procfs v0.9.0 // indirect github.com/rivo/uniseg v0.4.4 // indirect + github.com/sacOO7/go-logger v0.0.0-20180719173527-9ac9add5a50d // indirect + github.com/sacOO7/gowebsocket v0.0.0-20221109081133-70ac927be105 // indirect github.com/samber/lo v1.37.0 // indirect github.com/sendgrid/rest v2.6.9+incompatible // indirect github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect |
