-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump snowflake from
ad12270
to 5d5c989
Bumps [snowflake](https://github.com/tgragnato/snowflake) from `ad12270` to `5d5c989`. - [Commits](tgragnato/snowflake@ad12270...5d5c989) --- updated-dependencies: - dependency-name: snowflake dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
f82d9e0
commit 2cb4320
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule snowflake
updated
18 files
+1 −1 | .github/workflows/codeql.yml | |
+1 −1 | .github/workflows/go.yml | |
+1 −1 | .golangci.yml | |
+1 −1 | README.md | |
+2 −1 | broker/ipc.go | |
+1 −1 | client/README.md | |
+10 −0 | common/constants/constants.go | |
+1 −2 | common/event/interface.go | |
+1 −1 | dtls/go.mod | |
+17 −17 | go.mod | |
+32 −32 | go.sum | |
+1 −1 | probetest/Dockerfile | |
+1 −1 | proxy/README.md | |
+9 −5 | proxy/lib/metrics.go | |
+3 −2 | proxy/lib/pt_event_metrics.go | |
+42 −19 | proxy/lib/snowflake.go | |
+2 −6 | proxy/lib/webrtcconn.go | |
+11 −1 | proxy/main.go |