-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (22 loc) · 811 Bytes
/
go.mod
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
module github.com/snakesel/potbs_langui
go 1.19
require (
github.com/bas24/googletranslatefree v0.0.0-20231117033553-f5859fe54d30
github.com/gotk3/gotk3 v0.6.3
github.com/snakesel/libretranslate v0.0.2
github.com/tealeg/xlsx/v3 v3.3.6
golang.org/x/text v0.14.0
gopkg.in/ini.v1 v1.67.0
)
require (
github.com/frankban/quicktest v1.14.6 // indirect
github.com/google/btree v1.1.2 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/peterbourgon/diskv/v3 v3.0.1 // indirect
github.com/rogpeppe/fastuuid v1.2.0 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/shabbyrobe/xmlwriter v0.0.0-20230525083848-85336ec334fa // indirect
github.com/stretchr/testify v1.8.1 // indirect
)