From c4cbab2f386c6027ce82b1ec49f50223a939a737 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 13 Mar 2024 20:17:12 -0400 Subject: [PATCH] bumop --- go.mod | 2 +- go.sum | 2 ++ tailwind.config.js | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c29ec50..960c37c 100644 --- a/go.mod +++ b/go.mod @@ -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 ) diff --git a/go.sum b/go.sum index 47a7cc4..2603c53 100644 --- a/go.sum +++ b/go.sum @@ -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= diff --git a/tailwind.config.js b/tailwind.config.js index ad8fb2f..ab4121d 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,5 +1,6 @@ /** @type {import('tailwindcss').Config} */ module.exports = { + content: ["test.html"], content: ["test.html"], theme: { extend: {},