27 lines
836 B
Modula-2
27 lines
836 B
Modula-2
module pobounty
|
|
|
|
go 1.21.0
|
|
|
|
require (
|
|
github.com/andygrunwald/go-jira v1.16.0
|
|
github.com/hajimehoshi/ebiten/v2 v2.5.6
|
|
golang.org/x/image v0.6.0
|
|
golang.org/x/term v0.5.0
|
|
)
|
|
|
|
require (
|
|
github.com/ebitengine/purego v0.4.0 // indirect
|
|
github.com/fatih/structs v1.1.0 // indirect
|
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b // indirect
|
|
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/jezek/xgb v1.1.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/trivago/tgo v1.0.7 // indirect
|
|
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect
|
|
golang.org/x/mobile v0.0.0-20230301163155-e0f57694e12c // indirect
|
|
golang.org/x/sync v0.1.0 // indirect
|
|
golang.org/x/sys v0.7.0 // indirect
|
|
golang.org/x/text v0.8.0 // indirect
|
|
)
|