# HG changeset patch # User Ollivier Robert # Date 1491413902 -7200 # Node ID cc25503a10b65e5b91dc6957a596bbd8aa2279de # Parent 9f17ef336aad0c9879a19e78cf264d59e353aadb Cleanup imports. diff -r 9f17ef336aad -r cc25503a10b6 types.go --- a/types.go Wed Apr 05 19:28:49 2017 +0200 +++ b/types.go Wed Apr 05 19:38:22 2017 +0200 @@ -1,9 +1,6 @@ package gondole import ( - "github.com/urfave/cli" - "gopkg.in/asn1-ber.v1" - "net/textproto" "time" )