26 lines
992 B
Modula-2
26 lines
992 B
Modula-2
module github.com/apex/log
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/aphistic/golf v0.0.0-20180712155816-02c07f170c5a
|
|
github.com/aphistic/sweet v0.2.0 // indirect
|
|
github.com/aws/aws-sdk-go v1.20.6
|
|
github.com/aybabtme/rgbterm v0.0.0-20170906152045-cc83f3b3ce59
|
|
github.com/fatih/color v1.7.0
|
|
github.com/go-logfmt/logfmt v0.4.0
|
|
github.com/google/uuid v1.1.1 // indirect
|
|
github.com/jpillora/backoff v0.0.0-20180909062703-3050d21c67d7 // indirect
|
|
github.com/mattn/go-colorable v0.1.2
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/rogpeppe/fastuuid v1.1.0
|
|
github.com/smartystreets/go-aws-auth v0.0.0-20180515143844-0c1422d1fdb9 // indirect
|
|
github.com/smartystreets/gunit v1.0.0 // indirect
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/tj/assert v0.0.0-20171129193455-018094318fb0
|
|
github.com/tj/go-elastic v0.0.0-20171221160941-36157cbbebc2
|
|
github.com/tj/go-kinesis v0.0.0-20171128231115-08b17f58cb1b
|
|
github.com/tj/go-spin v1.1.0
|
|
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
|
|
)
|