bitbucket.org/ai69/amoy@v0.2.3/go.mod (about)

     1  module bitbucket.org/ai69/amoy
     2  
     3  go 1.16
     4  
     5  require (
     6  	bitbucket.org/creachadair/shell v0.0.7
     7  	github.com/1set/gut v0.0.0-20201117175203-a82363231997
     8  	github.com/BurntSushi/toml v1.2.1 // indirect
     9  	github.com/avast/retry-go v3.0.0+incompatible
    10  	github.com/google/uuid v1.3.0
    11  	github.com/mitchellh/go-homedir v1.1.0
    12  	github.com/muesli/termenv v0.13.0
    13  	github.com/olekukonko/tablewriter v0.0.5
    14  	go.uber.org/zap v1.24.0
    15  	golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0
    16  	golang.org/x/tools v0.1.12
    17  	gopkg.in/natefinch/lumberjack.v2 v2.0.0
    18  	gopkg.in/yaml.v2 v2.4.0 // indirect
    19  )