Skip to content

Instantly share code, notes, and snippets.

@parzibyte

parzibyte/go.mod Secret

Created January 27, 2023 16:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/78661c7d0950af88553c7e183df267c0 to your computer and use it in GitHub Desktop.
Save parzibyte/78661c7d0950af88553c7e183df267c0 to your computer and use it in GitHub Desktop.
module github.com/parzibyte/plugin-silent-pdf-print
go 1.16
require (
github.com/gorilla/mux v1.8.0
github.com/pdfcpu/pdfcpu v0.3.13
github.com/rs/xid v1.2.1
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment