You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
335 B
Modula-2
12 lines
335 B
Modula-2
module github.com/jordanorelli/astro-domu
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/gdamore/tcell/v2 v2.0.0
|
|
github.com/gorilla/websocket v0.0.0-20170926233335-4201258b820c
|
|
github.com/jordanorelli/blammo v0.0.0-20200201231725-9fd70eb7c1f2
|
|
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f // indirect
|
|
golang.org/x/text v0.3.3 // indirect
|
|
)
|