github.com/secoba/wails/v2@v2.6.4/go.mod (about)

     1  module github.com/secoba/wails/v2
     2  
     3  go 1.18
     4  
     5  require (
     6  	github.com/Masterminds/semver v1.5.0
     7  	github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
     8  	github.com/bep/debounce v1.2.1
     9  	github.com/bitfield/script v0.19.0
    10  	github.com/charmbracelet/glamour v0.5.0
    11  	github.com/flytam/filenamify v1.0.0
    12  	github.com/fsnotify/fsnotify v1.4.9
    13  	github.com/go-git/go-git/v5 v5.3.0
    14  	github.com/go-ole/go-ole v1.2.6
    15  	github.com/godbus/dbus/v5 v5.1.0
    16  	github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
    17  	github.com/google/uuid v1.3.0
    18  	github.com/jackmordaunt/icns v1.0.0
    19  	github.com/jaypipes/ghw v0.12.0
    20  	github.com/labstack/echo/v4 v4.10.2
    21  	github.com/labstack/gommon v0.4.0
    22  	github.com/leaanthony/clir v1.3.0
    23  	github.com/leaanthony/debme v1.2.1
    24  	github.com/leaanthony/go-ansi-parser v1.6.0
    25  	github.com/leaanthony/gosod v1.0.3
    26  	github.com/leaanthony/slicer v1.6.0
    27  	github.com/leaanthony/u v1.1.0
    28  	github.com/leaanthony/winicon v1.0.0
    29  	github.com/matryer/is v1.4.0
    30  	github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
    31  	github.com/pkg/errors v0.9.1
    32  	github.com/pterm/pterm v0.12.49
    33  	github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
    34  	github.com/samber/lo v1.38.1
    35  	github.com/stretchr/testify v1.8.1
    36  	github.com/tc-hib/winres v0.1.5
    37  	github.com/tidwall/sjson v1.1.7
    38  	github.com/tkrajina/go-reflector v0.5.6
    39  	github.com/wailsapp/go-webview2 v1.0.10
    40  	github.com/wailsapp/mimetype v1.4.1
    41  	github.com/wzshiming/ctc v1.2.3
    42  	golang.org/x/mod v0.12.0
    43  	golang.org/x/net v0.17.0
    44  	golang.org/x/sys v0.13.0
    45  	golang.org/x/tools v0.6.0
    46  )
    47  
    48  require (
    49  	atomicgo.dev/cursor v0.1.1 // indirect
    50  	atomicgo.dev/keyboard v0.2.8 // indirect
    51  	bitbucket.org/creachadair/shell v0.0.7 // indirect
    52  	github.com/Microsoft/go-winio v0.4.16 // indirect
    53  	github.com/StackExchange/wmi v1.2.1 // indirect
    54  	github.com/alecthomas/chroma v0.10.0 // indirect
    55  	github.com/aymerick/douceur v0.2.0 // indirect
    56  	github.com/containerd/console v1.0.3 // indirect
    57  	github.com/davecgh/go-spew v1.1.1 // indirect
    58  	github.com/dlclark/regexp2 v1.4.0 // indirect
    59  	github.com/emirpasic/gods v1.12.0 // indirect
    60  	github.com/ghodss/yaml v1.0.0 // indirect
    61  	github.com/go-git/gcfg v1.5.0 // indirect
    62  	github.com/go-git/go-billy/v5 v5.2.0 // indirect
    63  	github.com/gookit/color v1.5.2 // indirect
    64  	github.com/gorilla/css v1.0.0 // indirect
    65  	github.com/imdario/mergo v0.3.12 // indirect
    66  	github.com/jaypipes/pcidb v1.0.0 // indirect
    67  	github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
    68  	github.com/jchv/go-winloader v0.0.0-20210711035445-715c2860da7e // indirect
    69  	github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
    70  	github.com/kr/pretty v0.3.0 // indirect
    71  	github.com/lithammer/fuzzysearch v1.1.5 // indirect
    72  	github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
    73  	github.com/mattn/go-colorable v0.1.13 // indirect
    74  	github.com/mattn/go-isatty v0.0.19 // indirect
    75  	github.com/mattn/go-runewidth v0.0.13 // indirect
    76  	github.com/microcosm-cc/bluemonday v1.0.17 // indirect
    77  	github.com/mitchellh/go-homedir v1.1.0 // indirect
    78  	github.com/muesli/reflow v0.3.0 // indirect
    79  	github.com/muesli/termenv v0.9.0 // indirect
    80  	github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
    81  	github.com/olekukonko/tablewriter v0.0.5 // indirect
    82  	github.com/pmezard/go-difflib v1.0.0 // indirect
    83  	github.com/rivo/uniseg v0.4.4 // indirect
    84  	github.com/sergi/go-diff v1.2.0 // indirect
    85  	github.com/tidwall/gjson v1.9.3 // indirect
    86  	github.com/tidwall/match v1.1.1 // indirect
    87  	github.com/tidwall/pretty v1.2.0 // indirect
    88  	github.com/valyala/bytebufferpool v1.0.0 // indirect
    89  	github.com/valyala/fasttemplate v1.2.2 // indirect
    90  	github.com/wzshiming/winseq v0.0.0-20200112104235-db357dc107ae // indirect
    91  	github.com/xanzy/ssh-agent v0.3.0 // indirect
    92  	github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
    93  	github.com/yuin/goldmark v1.4.13 // indirect
    94  	github.com/yuin/goldmark-emoji v1.0.1 // indirect
    95  	golang.org/x/crypto v0.14.0 // indirect
    96  	golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 // indirect
    97  	golang.org/x/image v0.10.0 // indirect
    98  	golang.org/x/term v0.13.0 // indirect
    99  	golang.org/x/text v0.13.0 // indirect
   100  	gopkg.in/warnings.v0 v0.1.2 // indirect
   101  	gopkg.in/yaml.v2 v2.4.0 // indirect
   102  	gopkg.in/yaml.v3 v3.0.1 // indirect
   103  	howett.net/plist v1.0.0 // indirect
   104  )