Skip to content

Commit

Permalink
fix: use moby/term rather than our own term package (#227)
Browse files Browse the repository at this point in the history
Closes #212
Closes #208
  • Loading branch information
bakins committed Oct 11, 2020
1 parent 10cb4c0 commit 012ed9a
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 1,011 deletions.
2 changes: 1 addition & 1 deletion docker/pkg/jsonmessage/jsonmessage.go
Expand Up @@ -9,8 +9,8 @@ import (
"time"

gotty "github.com/Nvveen/Gotty"
"github.com/ory/dockertest/v3/docker/pkg/term"
units "github.com/docker/go-units"
"github.com/moby/term"
)

// RFC3339NanoFixed is time.RFC3339Nano with nanoseconds padded using zeros to
Expand Down
66 changes: 0 additions & 66 deletions docker/pkg/term/ascii.go

This file was deleted.

74 changes: 0 additions & 74 deletions docker/pkg/term/proxy.go

This file was deleted.

20 changes: 0 additions & 20 deletions docker/pkg/term/tc.go

This file was deleted.

124 changes: 0 additions & 124 deletions docker/pkg/term/term.go

This file was deleted.

0 comments on commit 012ed9a

Please sign in to comment.