Skip to content

Commit

Permalink
Playing with codespace (fclairamb#186)
Browse files Browse the repository at this point in the history
Co-authored-by: probot-auto-merge[bot] <41167595+probot-auto-merge[bot]@users.noreply.github.com>
  • Loading branch information
fclairamb and probot-auto-merge[bot] authored Dec 10, 2020
1 parent f60cdd3 commit ccb8d98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/fclairamb/ftpserver

go 1.14
go 1.15

require (
github.com/aws/aws-sdk-go v1.36.5
Expand All @@ -13,6 +13,7 @@ require (
golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9
golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/mail.v2 v2.3.1 // indirect
)

// replace github.com/fclairamb/ftpserverlib => /Users/florent/go/src/github.com/fclairamb/ftpserverlib
Expand Down

0 comments on commit ccb8d98

Please sign in to comment.