Update Dependencies

This commit is contained in:
2023-03-30 07:12:16 -05:00
parent 7f10a81cec
commit ab62644960
5 changed files with 9 additions and 3 deletions
+2 -3
View File
@@ -3,9 +3,8 @@ module github.com/br0xen/boltbrowser
require (
github.com/boltdb/bolt v1.3.1
github.com/br0xen/termbox-util v0.0.0-20170904143325-de1d4c83380e
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/nsf/termbox-go v0.0.0-20180819125858-b66b20ab708e
golang.org/x/sys v0.0.0-20191002091554-b397fe3ad8ed // indirect
github.com/nsf/termbox-go v1.1.1
golang.org/x/sys v0.6.0 // indirect
)
go 1.13