This commit is contained in:
Your Name 2024-03-13 20:17:12 -04:00
parent 5a7f246f5d
commit c4cbab2f38
3 changed files with 4 additions and 1 deletions

2
go.mod
View File

@ -3,7 +3,7 @@ module git.teamworkapps.com/shortcut/docker-mailserver-passwords
go 1.22.0
require (
git.teamworkapps.com/shortcut/forms v0.0.0-20240202203738-c42dc9446449
git.teamworkapps.com/shortcut/forms v0.0.0-20240301215914-fddff94222d4
github.com/gorilla/mux v1.8.1
github.com/knadh/go-pop3 v0.3.0
)

2
go.sum
View File

@ -1,5 +1,7 @@
git.teamworkapps.com/shortcut/forms v0.0.0-20240202203738-c42dc9446449 h1:frCZ9C7Z6qovkVHVRIGNv6q1Nm/bRxqxe38i4nj3Ag8=
git.teamworkapps.com/shortcut/forms v0.0.0-20240202203738-c42dc9446449/go.mod h1:1ElXS6rlK/NaNDQoqfCALVVKnwaSYAg2pNF8Ksvoc3Y=
git.teamworkapps.com/shortcut/forms v0.0.0-20240301215914-fddff94222d4 h1:xdc19H+mRvfwW/Pjf981X5Ssk/9c8zV3bvw8oqAwW6s=
git.teamworkapps.com/shortcut/forms v0.0.0-20240301215914-fddff94222d4/go.mod h1:1ElXS6rlK/NaNDQoqfCALVVKnwaSYAg2pNF8Ksvoc3Y=
github.com/emersion/go-message v0.15.0/go.mod h1:wQUEfE+38+7EW8p8aZ96ptg6bAb1iwdgej19uXASlE4=
github.com/emersion/go-message v0.18.0 h1:7LxAXHRpSeoO/Wom3ZApVZYG7c3d17yCScYce8WiXA8=
github.com/emersion/go-message v0.18.0/go.mod h1:Zi69ACvzaoV/MBnrxfVBPV3xWEuCmC2nEN39oJF4B8A=

View File

@ -1,5 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["test.html"],
content: ["test.html"],
theme: {
extend: {},