github.com/xyproto/orbiton/v2@v2.65.12-0.20240516144430-e10a419274ec/go.mod (about)

     1  module github.com/xyproto/orbiton/v2
     2  
     3  go 1.22.0
     4  
     5  require (
     6  	github.com/PullRequestInc/go-gpt3 v1.2.0
     7  	github.com/cyrus-and/gdb v0.0.0-20230321224603-9424cb2f2a86
     8  	github.com/felixge/fgtrace v0.2.0
     9  	github.com/fsnotify/fsnotify v1.7.0
    10  	github.com/gomarkdown/markdown v0.0.0-20240419095408-642f0ee99ae2
    11  	github.com/ianlancetaylor/demangle v0.0.0-20240312041847-bd984b5ce465
    12  	github.com/jung-kurt/gofpdf v1.16.2
    13  	github.com/sajari/fuzzy v1.0.0
    14  	github.com/spf13/pflag v1.0.5
    15  	github.com/xyproto/autoimport v1.5.2
    16  	github.com/xyproto/binary v1.3.3
    17  	github.com/xyproto/carveimg v1.4.6
    18  	github.com/xyproto/clip v1.0.0
    19  	github.com/xyproto/digraph v1.2.0
    20  	github.com/xyproto/env/v2 v2.2.5
    21  	github.com/xyproto/files v1.4.2
    22  	github.com/xyproto/guessica v1.1.2
    23  	github.com/xyproto/iferr v1.1.0
    24  	github.com/xyproto/mode v0.7.22
    25  	github.com/xyproto/stringpainter v1.0.1
    26  	github.com/xyproto/syntax v1.10.9
    27  	github.com/xyproto/termtitle v1.5.1
    28  	github.com/xyproto/textoutput v1.16.3
    29  	github.com/xyproto/vt100 v1.14.3
    30  	github.com/xyproto/wordwrap v1.0.1
    31  	github.com/yosssi/gohtml v0.0.0-20201013000340-ee4748c638f4
    32  	golang.org/x/image v0.16.0
    33  )
    34  
    35  require (
    36  	github.com/DataDog/gostackparse v0.7.0 // indirect
    37  	github.com/creack/pty v1.1.21 // indirect
    38  	github.com/dkua/go-ico v0.0.0-20161218204303-1c25f691ce06 // indirect
    39  	github.com/jsummers/gobmp v0.0.0-20230614200233-a9de23ed2e25 // indirect
    40  	github.com/kr/pty v1.1.8 // indirect
    41  	github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
    42  	github.com/mattn/go-colorable v0.1.13 // indirect
    43  	github.com/mattn/go-isatty v0.0.20 // indirect
    44  	github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
    45  	github.com/nathan-fiscaletti/consolesize-go v0.0.0-20220204101620-317176b6684d // indirect
    46  	github.com/peterhellberg/gfx v0.0.0-20230908181254-9885a9f73abe // indirect
    47  	github.com/pkg/term v1.2.0-beta.2.0.20210419004637-f749b98bd0ba // indirect
    48  	github.com/sourcegraph/annotate v0.0.0-20160123013949-f4cad6c6324d // indirect
    49  	github.com/xyproto/burnfont v1.2.3 // indirect
    50  	github.com/xyproto/burnpal v1.0.0 // indirect
    51  	github.com/xyproto/env v1.9.1 // indirect
    52  	github.com/xyproto/palgen v1.6.0 // indirect
    53  	golang.org/x/net v0.25.0 // indirect
    54  	golang.org/x/sys v0.20.0 // indirect
    55  )