Skip to content

Commit

Permalink
fix: update tmpauth
Browse files Browse the repository at this point in the history
  • Loading branch information
1lann committed Dec 25, 2020
1 parent 9d88895 commit 8c45047
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion caskethttp/httpserver/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ import (
"strings"
"time"

"github.com/lucas-clemente/quic-go/http3"
"github.com/tmpim/casket"
"github.com/tmpim/casket/caskethttp/staticfiles"
"github.com/tmpim/casket/caskettls"
"github.com/tmpim/casket/telemetry"
"github.com/lucas-clemente/quic-go/http3"
)

// Server is the HTTP server implementation.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/naoina/go-stringutil v0.1.0 // indirect
github.com/naoina/toml v0.1.1
github.com/russross/blackfriday v1.6.0
github.com/tmpim/casket-plugins v0.0.3-0.20201225134355-c54e0e9b6b4f
github.com/tmpim/casket-plugins v0.0.3-0.20201225135803-b92a648b01a7
github.com/tmpim/certmagic v0.12.4
github.com/tmpim/dnsproviders v0.4.2
golang.org/x/net v0.0.0-20201216054612-986b41b23924
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,8 @@ github.com/tmpim/casket-plugins v0.0.3-0.20201225132219-9ac9fa336edc h1:+7IaQOw0
github.com/tmpim/casket-plugins v0.0.3-0.20201225132219-9ac9fa336edc/go.mod h1:f45dVU7faCB1NJNuMJBBVHCWxNHXZld+0vedkjjHVYk=
github.com/tmpim/casket-plugins v0.0.3-0.20201225134355-c54e0e9b6b4f h1:4OPoVcCBAKON2b8yVJRzFt/04JhlpOLi/fcsHaDkkFw=
github.com/tmpim/casket-plugins v0.0.3-0.20201225134355-c54e0e9b6b4f/go.mod h1:f45dVU7faCB1NJNuMJBBVHCWxNHXZld+0vedkjjHVYk=
github.com/tmpim/casket-plugins v0.0.3-0.20201225135803-b92a648b01a7 h1:cfwWWClM0asUZjjrfk0qpsYSAlg1kXaGwc4M2pLomdE=
github.com/tmpim/casket-plugins v0.0.3-0.20201225135803-b92a648b01a7/go.mod h1:f45dVU7faCB1NJNuMJBBVHCWxNHXZld+0vedkjjHVYk=
github.com/tmpim/certmagic v0.12.4 h1:k8MDMZT65fadsCu7fUONdksu5L7NONN6kgtX6dLd18w=
github.com/tmpim/certmagic v0.12.4/go.mod h1:GrjIQ+gs5GW+jmqRkOnfoBjIiuk12VV4zbxoWBs8lQc=
github.com/tmpim/dnsproviders v0.4.2 h1:H3DJyrEp4fgcEzbwA/XIoUSp5gBTpBts1XN9V0niTC0=
Expand Down

0 comments on commit 8c45047

Please sign in to comment.