diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2022-12-25 19:13:40 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2022-12-25 19:13:40 -0500 |
| commit | 0704674ba408db54855c33bcb8ca71a7ae1e74b7 (patch) | |
| tree | 3e952d8a3e90628c25a08341604ece43fd5ede0e /go.mod | |
| parent | a9ccfc4f26ea75b7884227aff6f63749077ac73e (diff) | |
| download | paste-0704674ba408db54855c33bcb8ca71a7ae1e74b7.tar.gz paste-0704674ba408db54855c33bcb8ca71a7ae1e74b7.tar.xz | |
Strip brack to a basic application based off of bpaste again, prepare for a React UI
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -1,11 +1,10 @@ -module riedstra.dev/mitch/bpaste +module riedstra.dev/mitch/paste -go 1.16 +go 1.19 require ( - github.com/golang-jwt/jwt v3.2.2+incompatible // indirect - github.com/golang-jwt/jwt/v4 v4.0.0 // indirect - github.com/gorilla/mux v1.8.0 // indirect - golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect - gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect + golang.org/x/crypto v0.4.0 + golang.org/x/term v0.3.0 ) + +require golang.org/x/sys v0.3.0 // indirect |
