openreplay/backend
Eng Zer Jun 76f0f3ff3d
refactor(backend): move from io/ioutil to io and os packages (#1784)
The io/ioutil package has been deprecated as of Go 1.16 [1]. This commit
replaces the existing io/ioutil functions with their new definitions in
io and os packages.

[1]: https://golang.org/doc/go1.16#ioutil
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2024-01-29 16:37:59 +01:00
..
cmd feat(backend): fixed zero duration issue in mobile sessions 2024-01-25 16:11:52 +01:00
internal refactor(backend): move from io/ioutil to io and os packages (#1784) 2024-01-29 16:37:59 +01:00
pkg refactor(backend): move from io/ioutil to io and os packages (#1784) 2024-01-29 16:37:59 +01:00
.dockerignore Chore(release): v1.7.0 (#578) 2022-07-07 18:44:43 +02:00
build.sh fix(backend): gssapi 2024-01-25 20:02:55 +01:00
development.md Update development.md 2022-04-30 16:07:00 +00:00
Dockerfile fix(backend): gssapi 2024-01-25 20:02:55 +01:00
Dockerfile.bundle feat(backend): enable Kerberos authentication for Kafka communication… (#807) 2022-11-22 12:10:01 +01:00
entrypoint.sh feat(backend-docker): start all services in the background 2021-07-26 17:22:20 +02:00
go.mod fix(backend): upgraded go.mod file to fix security issue in golang/net 2023-11-08 17:51:13 +01:00
go.sum fix(backend): upgraded go.mod file to fix security issue in golang/net 2023-11-08 17:51:13 +01:00