Skip to content

Commit

Permalink
chore(deps): cleanup Go module
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Sep 14, 2024
1 parent aa4e64c commit 9f2d7e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
8 changes: 1 addition & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,4 @@ module github.com/ctfer-io/website

go 1.22.4

toolchain go1.22.6

require (
github.com/ctfer-io/chall-manager v0.0.0-20240828084220-ec54972ceff3 // indirect
github.com/ctfer-io/ctfd-chall-manager v0.0.0-20240822082406-ad5a405d48f3 // indirect
github.com/google/docsy v0.10.0 // indirect
)
require github.com/google/docsy v0.10.0 // indirect
4 changes: 0 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
github.com/FortAwesome/Font-Awesome v0.0.0-20240108205627-a1232e345536/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
github.com/FortAwesome/Font-Awesome v0.0.0-20240402185447-c0f460dca7f7/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
github.com/ctfer-io/chall-manager v0.0.0-20240828084220-ec54972ceff3 h1:dNC2FLWVrzseM5IfQYcP52us2BK3yxHX4cRr3HBL8kM=
github.com/ctfer-io/chall-manager v0.0.0-20240828084220-ec54972ceff3/go.mod h1:MitoaUgQXnrfK8NNoBU+rgWnWgNdaU1HvLphCcMUmNk=
github.com/ctfer-io/ctfd-chall-manager v0.0.0-20240822082406-ad5a405d48f3 h1:fWbw1qsExYj8yrjplPn/Mg/RiC3R5dojZdE7DtrtvUY=
github.com/ctfer-io/ctfd-chall-manager v0.0.0-20240822082406-ad5a405d48f3/go.mod h1:mUMMX0YLEtzkBQo4QK+EeJ5PJnaNjgNcV3s8fVZ/9+M=
github.com/google/docsy v0.9.1 h1:+jqges1YCd+yHeuZ1BUvD8V8mEGVtPxULg5j/vaJ984=
github.com/google/docsy v0.9.1/go.mod h1:saOqKEUOn07Bc0orM/JdIF3VkOanHta9LU5Y53bwN2U=
github.com/google/docsy v0.10.0 h1:6tMDacPwAyRWNCfvsn/9qGOZDQ8b0aRzjRZvnZPY5dg=
Expand Down

0 comments on commit 9f2d7e3

Please sign in to comment.