Skip to content

Commit

Permalink
Run go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikh committed Apr 11, 2023
1 parent f2d4460 commit 83dd93a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Expand Up @@ -34,7 +34,7 @@
packages.gotraceui = pkgs.buildGoModule {
name = "gotraceui";
src = self;
vendorSha256 = "sha256-57v6g/iSir+OSrDh15RwVyi4SOruOWjVqYf0CrTTEfw=";
vendorSha256 = "sha256-Nx91u2JOBWYiYeG4VbCYKg66GANDViVHrbE31YdPIzM=";

subPackages = ["cmd/gotraceui"];

Expand Down
1 change: 0 additions & 1 deletion go.mod
Expand Up @@ -5,7 +5,6 @@ go 1.20
require (
gioui.org v0.0.0-20230404125508-ad3db5212d10
gioui.org/x v0.0.0-20230403130642-fd712aa4daf5
github.com/dgryski/go-tinylfu v0.0.0-20230408121034-c8e5d79bbb04
golang.org/x/exp v0.0.0-20221012211006-4de253d81b95
golang.org/x/image v0.5.0
golang.org/x/text v0.7.0
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Expand Up @@ -10,8 +10,6 @@ gioui.org/x v0.0.0-20230403130642-fd712aa4daf5 h1:Ks31mE4kQd8nWfMVv+KxAL0tO/veB2
gioui.org/x v0.0.0-20230403130642-fd712aa4daf5/go.mod h1:kUKv6aaVpK6WPXh47hFXHo2EIAZUoVIG5/a+7N8yNT4=
git.wow.st/gmp/jni v0.0.0-20210610011705-34026c7e22d0 h1:bGG/g4ypjrCJoSvFrP5hafr9PPB5aw8SjcOWWila7ZI=
git.wow.st/gmp/jni v0.0.0-20210610011705-34026c7e22d0/go.mod h1:+axXBRUTIDlCeE73IKeD/os7LoEnTKdkp8/gQOFjqyo=
github.com/dgryski/go-tinylfu v0.0.0-20230408121034-c8e5d79bbb04 h1:KfJuUjcn6CWRMluEAcZb/zqhml0P6rsxAHtSTetvqQ8=
github.com/dgryski/go-tinylfu v0.0.0-20230408121034-c8e5d79bbb04/go.mod h1:f50PMO4C1x0o341KZt49XtmTpf4LP/JXjxzWuRQEMHw=
github.com/go-text/typesetting v0.0.0-20230329143336-a38d00edd832 h1:yV4rFdcvwZXE0lZZ3EoBWjVysHyVo8DLY8VihDciNN0=
github.com/go-text/typesetting v0.0.0-20230329143336-a38d00edd832/go.mod h1:zvWM81wAVW6QfVDI6yxfbCuoLnobSYTuMsrXU/u11y8=
github.com/go-text/typesetting-utils v0.0.0-20230326210548-458646692de6 h1:zAAA1U4ykFwqPbcj6YDxvq3F2g0wc/ngPfLJjkR/8zs=
Expand Down

0 comments on commit 83dd93a

Please sign in to comment.