github.com/andybalholm/giopdf@v0.0.0-20220317170119-aad9a095ad48/go.mod (about) 1 module github.com/andybalholm/giopdf 2 3 go 1.18 4 5 require ( 6 gioui.org v0.0.0-20220131180029-7204632c39d4 7 gioui.org/x v0.0.0-20211230193557-0484e0de5e4d 8 github.com/andybalholm/stroke v0.0.0-20220303015302-9e53fa01d432 9 github.com/benoitkugler/textlayout v0.0.9 10 golang.org/x/image v0.0.0-20211028202545-6944b10bf410 11 ) 12 13 require ( 14 gioui.org/cpu v0.0.0-20210817075930-8d6a761490d2 // indirect 15 gioui.org/shader v1.0.6 // indirect 16 github.com/benoitkugler/pstokenizer v1.0.0 // indirect 17 golang.org/x/exp/shiny v0.0.0-20220218215659-3a4dbed63ffe // indirect 18 golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect 19 golang.org/x/text v0.3.7 // indirect 20 )