109 lines
3.2 KiB
Plaintext
109 lines
3.2 KiB
Plaintext
|
# github.com/emersion/go-imap v1.2.1
|
||
|
## explicit; go 1.13
|
||
|
github.com/emersion/go-imap
|
||
|
github.com/emersion/go-imap/backend
|
||
|
github.com/emersion/go-imap/client
|
||
|
github.com/emersion/go-imap/commands
|
||
|
github.com/emersion/go-imap/responses
|
||
|
github.com/emersion/go-imap/utf7
|
||
|
# github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
|
||
|
## explicit; go 1.12
|
||
|
github.com/emersion/go-sasl
|
||
|
# github.com/fsnotify/fsnotify v1.6.0
|
||
|
## explicit; go 1.16
|
||
|
github.com/fsnotify/fsnotify
|
||
|
# github.com/hashicorp/hcl v1.0.0
|
||
|
## explicit
|
||
|
github.com/hashicorp/hcl
|
||
|
github.com/hashicorp/hcl/hcl/ast
|
||
|
github.com/hashicorp/hcl/hcl/parser
|
||
|
github.com/hashicorp/hcl/hcl/printer
|
||
|
github.com/hashicorp/hcl/hcl/scanner
|
||
|
github.com/hashicorp/hcl/hcl/strconv
|
||
|
github.com/hashicorp/hcl/hcl/token
|
||
|
github.com/hashicorp/hcl/json/parser
|
||
|
github.com/hashicorp/hcl/json/scanner
|
||
|
github.com/hashicorp/hcl/json/token
|
||
|
# github.com/magiconair/properties v1.8.6
|
||
|
## explicit; go 1.13
|
||
|
github.com/magiconair/properties
|
||
|
# github.com/mitchellh/mapstructure v1.5.0
|
||
|
## explicit; go 1.14
|
||
|
github.com/mitchellh/mapstructure
|
||
|
# github.com/pelletier/go-toml v1.9.5
|
||
|
## explicit; go 1.12
|
||
|
github.com/pelletier/go-toml
|
||
|
# github.com/pelletier/go-toml/v2 v2.0.5
|
||
|
## explicit; go 1.16
|
||
|
github.com/pelletier/go-toml/v2
|
||
|
github.com/pelletier/go-toml/v2/internal/ast
|
||
|
github.com/pelletier/go-toml/v2/internal/danger
|
||
|
github.com/pelletier/go-toml/v2/internal/tracker
|
||
|
# github.com/spf13/afero v1.9.2
|
||
|
## explicit; go 1.16
|
||
|
github.com/spf13/afero
|
||
|
github.com/spf13/afero/internal/common
|
||
|
github.com/spf13/afero/mem
|
||
|
# github.com/spf13/cast v1.5.0
|
||
|
## explicit; go 1.18
|
||
|
github.com/spf13/cast
|
||
|
# github.com/spf13/jwalterweatherman v1.1.0
|
||
|
## explicit
|
||
|
github.com/spf13/jwalterweatherman
|
||
|
# github.com/spf13/pflag v1.0.5
|
||
|
## explicit; go 1.12
|
||
|
github.com/spf13/pflag
|
||
|
# github.com/spf13/viper v1.14.0
|
||
|
## explicit; go 1.17
|
||
|
github.com/spf13/viper
|
||
|
github.com/spf13/viper/internal/encoding
|
||
|
github.com/spf13/viper/internal/encoding/dotenv
|
||
|
github.com/spf13/viper/internal/encoding/hcl
|
||
|
github.com/spf13/viper/internal/encoding/ini
|
||
|
github.com/spf13/viper/internal/encoding/javaproperties
|
||
|
github.com/spf13/viper/internal/encoding/json
|
||
|
github.com/spf13/viper/internal/encoding/toml
|
||
|
github.com/spf13/viper/internal/encoding/yaml
|
||
|
# github.com/subosito/gotenv v1.4.1
|
||
|
## explicit; go 1.18
|
||
|
github.com/subosito/gotenv
|
||
|
# github.com/tj/go-naturaldate v1.3.0
|
||
|
## explicit; go 1.13
|
||
|
github.com/tj/go-naturaldate
|
||
|
# go.uber.org/atomic v1.10.0
|
||
|
## explicit; go 1.18
|
||
|
go.uber.org/atomic
|
||
|
# go.uber.org/multierr v1.9.0
|
||
|
## explicit; go 1.19
|
||
|
go.uber.org/multierr
|
||
|
# go.uber.org/zap v1.24.0
|
||
|
## explicit; go 1.19
|
||
|
go.uber.org/zap
|
||
|
go.uber.org/zap/buffer
|
||
|
go.uber.org/zap/internal
|
||
|
go.uber.org/zap/internal/bufferpool
|
||
|
go.uber.org/zap/internal/color
|
||
|
go.uber.org/zap/internal/exit
|
||
|
go.uber.org/zap/zapcore
|
||
|
# golang.org/x/sys v0.0.0-20220908164124-27713097b956
|
||
|
## explicit; go 1.17
|
||
|
golang.org/x/sys/internal/unsafeheader
|
||
|
golang.org/x/sys/unix
|
||
|
golang.org/x/sys/windows
|
||
|
# golang.org/x/text v0.4.0
|
||
|
## explicit; go 1.17
|
||
|
golang.org/x/text/encoding
|
||
|
golang.org/x/text/encoding/internal/identifier
|
||
|
golang.org/x/text/runes
|
||
|
golang.org/x/text/transform
|
||
|
golang.org/x/text/unicode/norm
|
||
|
# gopkg.in/ini.v1 v1.67.0
|
||
|
## explicit
|
||
|
gopkg.in/ini.v1
|
||
|
# gopkg.in/yaml.v2 v2.4.0
|
||
|
## explicit; go 1.15
|
||
|
gopkg.in/yaml.v2
|
||
|
# gopkg.in/yaml.v3 v3.0.1
|
||
|
## explicit
|
||
|
gopkg.in/yaml.v3
|