github.com/nxtrace/NTrace-core@v1.3.1-0.20240513132635-39169291e8c9/go.mod (about)

     1  module github.com/nxtrace/NTrace-core
     2  
     3  go 1.22
     4  
     5  require (
     6  	github.com/akamensky/argparse v1.4.0
     7  	github.com/google/gopacket v1.1.19
     8  	github.com/oschwald/maxminddb-golang v1.12.0
     9  	github.com/spf13/viper v1.18.2
    10  	github.com/stretchr/testify v1.9.0
    11  	github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
    12  	github.com/tsosunchia/powclient v0.1.4
    13  	golang.org/x/net v0.25.0
    14  	golang.org/x/sync v0.7.0
    15  )
    16  
    17  require (
    18  	github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
    19  	github.com/fsnotify/fsnotify v1.7.0 // indirect
    20  	github.com/hashicorp/hcl v1.0.0 // indirect
    21  	github.com/magiconair/properties v1.8.7 // indirect
    22  	github.com/mattn/go-colorable v0.1.13 // indirect
    23  	github.com/mattn/go-isatty v0.0.20 // indirect
    24  	github.com/mitchellh/mapstructure v1.5.0 // indirect
    25  	github.com/pelletier/go-toml/v2 v2.2.2 // indirect
    26  	github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
    27  	github.com/sagikazarmark/locafero v0.4.0 // indirect
    28  	github.com/sagikazarmark/slog-shim v0.1.0 // indirect
    29  	github.com/sourcegraph/conc v0.3.0 // indirect
    30  	github.com/spf13/afero v1.11.0 // indirect
    31  	github.com/spf13/cast v1.6.0 // indirect
    32  	github.com/spf13/pflag v1.0.5 // indirect
    33  	github.com/subosito/gotenv v1.6.0 // indirect
    34  	go.uber.org/multierr v1.11.0 // indirect
    35  	golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
    36  	golang.org/x/text v0.15.0 // indirect
    37  	gopkg.in/ini.v1 v1.67.0 // indirect
    38  )
    39  
    40  require (
    41  	github.com/fatih/color v1.17.0
    42  	github.com/gorilla/websocket v1.5.1
    43  	github.com/lionsoul2014/ip2region v2.11.2+incompatible
    44  	github.com/rodaine/table v1.2.0
    45  	github.com/tidwall/gjson v1.17.1
    46  	github.com/tidwall/match v1.1.1 // indirect
    47  	github.com/tidwall/pretty v1.2.1 // indirect
    48  	golang.org/x/sys v0.20.0 // indirect
    49  	gopkg.in/yaml.v3 v3.0.1 // indirect
    50  )