-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (21 loc) · 682 Bytes
/
go.mod
File metadata and controls
25 lines (21 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// SPDX-FileCopyrightText: © nobody
// SPDX-License-Identifier: CC0-1.0
module git.sr.ht/~mpldr/uniview
go 1.20
require (
git.sr.ht/~poldi1405/glog v1.0.1
github.com/adrg/xdg v0.4.0
github.com/fsnotify/fsnotify v1.6.0
github.com/jawher/mow.cli v1.2.0
google.golang.org/grpc v1.57.0
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0
google.golang.org/protobuf v1.31.0
)
require (
github.com/golang/protobuf v1.5.3 // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/text v0.9.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect
mpldr.codes/ansi v1.5.0 // indirect
)