From 860e1ecb570bda229b6a64fef905923898e0f832 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Fri, 13 Feb 2026 22:23:54 -0800 Subject: Audit and reduce Go dependencies: replace go.rice with embed, pflag with flag --- go.mod | 3 --- 1 file changed, 3 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index c313b58..51b4fb4 100644 --- a/go.mod +++ b/go.mod @@ -5,13 +5,11 @@ go 1.24.2 toolchain go1.24.4 require ( - github.com/GeertJohan/go.rice v1.0.3 github.com/PuerkitoBio/goquery v1.8.1 github.com/advancedlogic/GoOse v0.0.0-20200830213114-1225d531e0ad github.com/mattn/go-sqlite3 v1.14.16 github.com/microcosm-cc/bluemonday v1.0.26 github.com/mmcdole/gofeed v1.1.0 - github.com/ogier/pflag v0.0.1 github.com/russross/blackfriday v2.0.0+incompatible golang.org/x/crypto v0.35.0 gopkg.in/yaml.v2 v2.3.0 @@ -23,7 +21,6 @@ require ( github.com/aymerick/douceur v0.2.0 // indirect github.com/clipperhouse/stringish v0.1.1 // indirect github.com/clipperhouse/uax29/v2 v2.5.0 // indirect - github.com/daaku/go.zipexe v1.0.2 // indirect github.com/fatih/set v0.2.1 // indirect github.com/gigawattio/window v0.0.0-20180317192513-0f5467e35573 // indirect github.com/go-resty/resty/v2 v2.3.0 // indirect -- cgit v1.2.3