Skip to content

Commit

Permalink
Merge branch 'main' into add_schedule_weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
lrq619 authored Aug 22, 2023
2 parents 4eed548 + 61a0200 commit 51221f8
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 66 deletions.
27 changes: 13 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -54,26 +54,27 @@ require (
github.com/go-multierror/multierror v1.0.2
github.com/golang/protobuf v1.4.3
github.com/google/nftables v0.0.0-20210916140115-16a134723a96
github.com/montanaflynn/stats v0.6.5
github.com/montanaflynn/stats v0.7.1
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.0
github.com/vhive-serverless/vhive/examples/protobuf/helloworld v0.0.0-00010101000000-000000000000
github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852
github.com/wcharczuk/go-chart v2.0.1+incompatible
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
gonum.org/v1/gonum v0.9.0
gonum.org/v1/plot v0.9.0
golang.org/x/net v0.6.0
golang.org/x/sync v0.1.0
golang.org/x/sys v0.7.0
gonum.org/v1/gonum v0.13.0
gonum.org/v1/plot v0.13.0
google.golang.org/grpc v1.34.0
k8s.io/cri-api v0.20.6
)

require (
git.sr.ht/~sbinet/gg v0.4.1 // indirect
github.com/Microsoft/go-winio v0.4.17 // indirect
github.com/Microsoft/hcsshim v0.8.16 // indirect
github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af // indirect
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b // indirect
github.com/blend/go-sdk v1.20211025.3 // indirect
github.com/containerd/cgroups v1.0.1 // indirect
github.com/containerd/continuity v0.1.0 // indirect
Expand All @@ -82,9 +83,9 @@ require (
github.com/containerd/typeurl v1.0.2 // indirect
github.com/containernetworking/cni v1.0.1 // indirect
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
github.com/fogleman/gg v1.3.0 // indirect
github.com/go-fonts/liberation v0.1.1 // indirect
github.com/go-latex/latex v0.0.0-20210118124228-b3d85cf34e07 // indirect
github.com/go-fonts/liberation v0.3.1 // indirect
github.com/go-latex/latex v0.0.0-20230307184459-12ec69307ad9 // indirect
github.com/go-pdf/fpdf v0.8.0 // indirect
github.com/gogo/googleapis v1.4.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
Expand All @@ -100,14 +101,12 @@ require (
github.com/opencontainers/runc v1.0.0-rc93 // indirect
github.com/opencontainers/runtime-spec v1.0.3-0.20200929063507-e6143ca7d51d // indirect
github.com/opencontainers/selinux v1.8.0 // indirect
github.com/phpdave11/gofpdf v1.4.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae // indirect
github.com/willf/bitset v1.1.11 // indirect
go.opencensus.io v0.22.4 // indirect
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 // indirect
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb // indirect
golang.org/x/text v0.3.5 // indirect
golang.org/x/image v0.7.0 // indirect
golang.org/x/text v0.9.0 // indirect
google.golang.org/genproto v0.0.0-20200825200019-8632dd797987 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 51221f8

Please sign in to comment.